aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common/optional/wdt.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/common/optional/wdt.nix3
1 files changed, 3 insertions, 0 deletions
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";
+}