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. # that we can hopefully still access it remotely.
enableEmergencyMode = false; enableEmergencyMode = false;
sleep.extraConfig = '' sleep.settings.Sleep = {
AllowSuspend=no AllowSuspend = "no";
AllowHibernation=no AllowHibernation = "no";
''; };
# For more detail, see: # For more detail, see:
# https://0pointer.de/blog/projects/watchdog.html # https://0pointer.de/blog/projects/watchdog.html