mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
had to add dm_mod to enable multiple swap devices
This commit is contained in:
parent
19cfe394e1
commit
594b33ff16
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ inputs: {
|
||||||
kernelParams = ["nohibernate" "zfs.zfs_arc_max=17179869184"];
|
kernelParams = ["nohibernate" "zfs.zfs_arc_max=17179869184"];
|
||||||
supportedFilesystems = ["zfs" "vfat"];
|
supportedFilesystems = ["zfs" "vfat"];
|
||||||
initrd = {
|
initrd = {
|
||||||
kernelModules = ["amdgpu"];
|
kernelModules = ["amdgpu" "dm_mod"];
|
||||||
availableKernelModules = ["nvme" "xhci_pci" "ahci" "usbhid" "sd_mod" "hid_generic"];
|
availableKernelModules = ["nvme" "xhci_pci" "ahci" "usbhid" "sd_mod" "hid_generic"];
|
||||||
includeDefaultModules = false;
|
includeDefaultModules = false;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue