aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common/optional/wdt.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/common/optional/wdt.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/common/optional/wdt.nix b/hosts/common/optional/wdt.nix
index 3c3943e..3d60706 100644
--- a/hosts/common/optional/wdt.nix
+++ b/hosts/common/optional/wdt.nix
@@ -1,3 +1,3 @@
{
- systemd.watchdog.runtimeTime = "60s";
+ systemd.settings.Manager.RuntimeWatchdogSec = "60s";
}