From 022d16d6666a6239a38f0e646cbcc22aa2f54366 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Fri, 1 Aug 2025 09:10:48 -0700 Subject: Replace deprecated option name --- hosts/common/optional/wdt.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts') 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"; } -- cgit v1.2.3