diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/common/optional/wdt.nix | 2 |
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"; } |