mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
feat: hopefully fix sleep for sakura
This commit is contained in:
parent
b309426744
commit
bcc355d69c
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue