add psi kernel param

This commit is contained in:
2023-09-24 01:45:10 +02:00
parent ab950494c9
commit 58c174a1fc

View File

@@ -12,7 +12,7 @@
boot.initrd.availableKernelModules = [ "vfat" "nls_cp437" "nls_iso8859-1" "usbhid" "xhci_pci" "thunderbolt" "nvme" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ];
boot.kernelParams = [ "resume=/swap/swapfile" "resume_offset=533760" ];
boot.kernelParams = [ "resume=/swap/swapfile" "resume_offset=533760" "psi=1" ];
boot.resumeDevice = "/dev/disk/by-uuid/92284909-c5dd-4e0f-ab22-64157c8175cb";
boot.extraModulePackages = [ ];