diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2025-08-01 09:10:48 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2025-08-01 09:10:48 -0700 |
commit | 022d16d6666a6239a38f0e646cbcc22aa2f54366 (patch) | |
tree | 315edc69c215799a8d1979295b4b99e8a04e0916 /hosts | |
parent | e9e5f8c1d4729e6987cd867be65a40bc27d23c52 (diff) | |
download | nix-022d16d6666a6239a38f0e646cbcc22aa2f54366.tar nix-022d16d6666a6239a38f0e646cbcc22aa2f54366.tar.gz nix-022d16d6666a6239a38f0e646cbcc22aa2f54366.tar.bz2 nix-022d16d6666a6239a38f0e646cbcc22aa2f54366.tar.lz nix-022d16d6666a6239a38f0e646cbcc22aa2f54366.tar.xz nix-022d16d6666a6239a38f0e646cbcc22aa2f54366.tar.zst nix-022d16d6666a6239a38f0e646cbcc22aa2f54366.zip |
Replace deprecated option name
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"; } |