diff --git a/nixos/systems/blowhole/watchdog.nix b/nixos/systems/blowhole/watchdog.nix index 5123bbb..bb4a2fe 100644 --- a/nixos/systems/blowhole/watchdog.nix +++ b/nixos/systems/blowhole/watchdog.nix @@ -1,7 +1,7 @@ { ... }: { systemd.watchdog.runtimeTime = "60s"; - systemd.watchdog.rebootTime = "10m"; + systemd.watchdog.rebootTime = "3m"; systemd.watchdog.kexecTime = "5m"; systemd.services."emergency".serviceConfig.ExecStartPre = "/bin/sh -c \"read -t 30 || /run/current-system/sw/bin/systemctl reboot\""; }