From 971356da7423199c972eba876ee3e06ebfbf36ec Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Wed, 26 Feb 2025 23:15:23 -0800 Subject: Enable hardware watchdog --- hosts/common/optional/wdt.nix | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hosts/common/optional/wdt.nix (limited to 'hosts/common/optional/wdt.nix') diff --git a/hosts/common/optional/wdt.nix b/hosts/common/optional/wdt.nix new file mode 100644 index 0000000..3c3943e --- /dev/null +++ b/hosts/common/optional/wdt.nix @@ -0,0 +1,3 @@ +{ + systemd.watchdog.runtimeTime = "60s"; +} -- cgit v1.2.3