This commit is contained in:
mjallen18
2026-03-04 21:26:10 -06:00
parent 2398b810dc
commit 401e5f7bd8

View File

@@ -25,10 +25,10 @@ in
# that we can hopefully still access it remotely.
enableEmergencyMode = false;
sleep.extraConfig = ''
AllowSuspend=no
AllowHibernation=no
'';
sleep.settings.Sleep = {
AllowSuspend = "no";
AllowHibernation = "no";
};
# For more detail, see:
# https://0pointer.de/blog/projects/watchdog.html