diff --git a/machines/jimbo/hardware-configuration.nix b/machines/jimbo/hardware-configuration.nix index ae7e9f1..0dbf6be 100644 --- a/machines/jimbo/hardware-configuration.nix +++ b/machines/jimbo/hardware-configuration.nix @@ -13,6 +13,7 @@ boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-intel" ]; boot.extraModulePackages = [ ]; + boot.kernelParams = [ "mem_sleep_default=deep" ]; # Enable real deepsleep suspend fileSystems."/" = {