diff --git a/hardware/xps5530/hardware-configuration.nix b/hardware/xps5530/hardware-configuration.nix index 78ef8d2..257dfd9 100644 --- a/hardware/xps5530/hardware-configuration.nix +++ b/hardware/xps5530/hardware-configuration.nix @@ -12,6 +12,10 @@ boot.initrd.kernelModules = [ "dm-snapshot" ]; boot.kernelModules = [ "kvm-intel" ]; boot.extraModulePackages = [ ]; + boot.kernelParams = [ + "mem_sleep_default=deep" + ] + boot.initrd.luks.devices."cryptlvm".device = "/dev/sda2"; fileSystems."/" = { device = "/dev/disk/by-label/nixos";