feat: hopefully fix sleep for sakura

This commit is contained in:
Ahwx 2024-11-18 15:21:57 +01:00
parent b309426744
commit bcc355d69c

View file

@ -22,7 +22,7 @@
networking.hostName = "sakura";
boot = {
kernelParams = [ "mem_sleep_default=deep" ];
kernelParams = [ "mem_sleep_default=deep acpi_osi='!Windows 2020'" ];
kernelModules = ["acpi_call"];
extraModulePackages = with config.boot.kernelPackages;
[