diff --git a/hosts/Zephyrus/hardware-configuration.nix b/hosts/Zephyrus/hardware-configuration.nix index b521dc3..c3463cf 100644 --- a/hosts/Zephyrus/hardware-configuration.nix +++ b/hosts/Zephyrus/hardware-configuration.nix @@ -16,6 +16,7 @@ boot = { kernelPackages = lib.mkDefault pkgs.linuxPackages_zen; kernelModules = ["kvm-amd"]; + kernelParams = ["mem_sleep_default=deep"]; # Should fix/change suspend method extraModulePackages = []; initrd = { availableKernelModules = ["nvme" "xhci_pci" "usbhid" "sdhci_pci"];