Increase power saving measures

This commit is contained in:
2023-01-19 12:52:49 +01:00
parent 9034cd6f3c
commit 1ebce3e481
2 changed files with 40 additions and 2 deletions

View File

@@ -12,9 +12,12 @@ with pkgs;
"workqueue.power_efficient=y"
"nohibernate"
"ipv6.disable=1"
"ahci.mobile_lpm_policy=3"
"pcie_aspm=force"
"nmi_watchdog=0"
];
kernelModules = [ "i915" ];
blacklistedKernelModules = [ "btusb" ];
blacklistedKernelModules = [ "btusb" "bluetooth" ];
supportedFilesystems = [ "zfs" ];
zfs = {
requestEncryptionCredentials = true;