From 594b33ff1667fcfcf714a37210cbe354437e2971 Mon Sep 17 00:00:00 2001 From: Gerg-L Date: Tue, 21 Feb 2023 18:58:43 -0500 Subject: [PATCH] had to add dm_mod to enable multiple swap devices --- systems/gerg-desktop/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/gerg-desktop/default.nix b/systems/gerg-desktop/default.nix index f07f3ec..48a0b00 100644 --- a/systems/gerg-desktop/default.nix +++ b/systems/gerg-desktop/default.nix @@ -56,7 +56,7 @@ inputs: { kernelParams = ["nohibernate" "zfs.zfs_arc_max=17179869184"]; supportedFilesystems = ["zfs" "vfat"]; initrd = { - kernelModules = ["amdgpu"]; + kernelModules = ["amdgpu" "dm_mod"]; availableKernelModules = ["nvme" "xhci_pci" "ahci" "usbhid" "sd_mod" "hid_generic"]; includeDefaultModules = false; };