remove an option which is already set in nixos-hardware

This commit is contained in:
Andreas Zweili 2021-11-29 21:25:37 +01:00
parent b94b3dbc15
commit b2fdb72dbb
1 changed files with 1 additions and 3 deletions

View File

@ -23,9 +23,7 @@
boot.initrd.kernelModules = [ "dm-snapshot" ];
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
boot.kernelParams = [
"mem_sleep_default=deep"
];
boot.kernelParams = [ ];
boot.initrd.luks.devices."cryptlvm".device = "/dev/nvme0n1p2";
fileSystems."/" =