had to add dm_mod to enable multiple swap devices

This commit is contained in:
Gerg-L 2023-02-21 18:58:43 -05:00
parent 19cfe394e1
commit 594b33ff16

View file

@ -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;
};