diff --git a/magpie/configuration.nix b/magpie/configuration.nix index 04e7cf1..d557349 100644 --- a/magpie/configuration.nix +++ b/magpie/configuration.nix @@ -249,5 +249,19 @@ networking.networkmanager.enable = true; networking.wireless.enable = false; + systemd = { + enableEmergencyMode = false; + + watchdog = { + runtimeTime = "20s"; + rebootTime = "30s"; + }; + + sleep.extraConfig = '' + AllowSuspend=no + AllowHibernation=no + ''; + }; + system.stateVersion = "22.11"; }