Remove undervolt warnings

This commit is contained in:
2023-08-25 02:43:06 +02:00
parent d404551376
commit 633f2ee6b3
2 changed files with 2 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ with pkgs;
"ipv6.disable=1"
"ahci.mobile_lpm_policy=3"
"nmi_watchdog=0"
"msr.allow_writes=on"
];
kernelModules = [ "i915" ];
blacklistedKernelModules = [ "btusb" "bluetooth" ];