try to fix suspend

This commit is contained in:
2025-12-03 19:05:54 -05:00
parent 0c913ec3be
commit 6fbfbb8612

View File

@@ -21,6 +21,9 @@
"boot.shell_on_fail"
"udev.log_priority=3"
"rd.systemd.show_status=auto"
"i915.enable_psr=0"
"i915.enable_dc=0"
"i915.enable_fbc=0"
];
# Hide the OS choice for bootloaders.
# It's still possible to open the bootloader list by pressing any key
@@ -46,5 +49,10 @@
LC_TIME = "en_US.UTF-8";
};
systemd.sleep.extraConfig = ''
SuspendState=freeze
HibernateDelaySec=2h
'';
system.stateVersion = "25.11"; # Did you read the comment?
}