diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2025-02-26 14:25:25 -0800 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2025-02-26 14:25:25 -0800 |
commit | 74dc3c574b0c48303c638252389525ad4274e814 (patch) | |
tree | 24a1ae352269ed1cb28a9e1566be0dbf967e4c3e /hosts/ginaz/default.nix | |
parent | 87d29d7ecaa40f79c4ccbcb54dabacde65108ebf (diff) | |
download | nix-74dc3c574b0c48303c638252389525ad4274e814.tar nix-74dc3c574b0c48303c638252389525ad4274e814.tar.gz nix-74dc3c574b0c48303c638252389525ad4274e814.tar.bz2 nix-74dc3c574b0c48303c638252389525ad4274e814.tar.lz nix-74dc3c574b0c48303c638252389525ad4274e814.tar.xz nix-74dc3c574b0c48303c638252389525ad4274e814.tar.zst nix-74dc3c574b0c48303c638252389525ad4274e814.zip |
Enable hardware watchdog
Diffstat (limited to '')
-rw-r--r-- | hosts/ginaz/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/ginaz/default.nix b/hosts/ginaz/default.nix index 4956c27..932d125 100644 --- a/hosts/ginaz/default.nix +++ b/hosts/ginaz/default.nix @@ -97,4 +97,6 @@ }; wantedBy = [ "multi-user.target" ]; }; + + systemd.watchdog.runtimeTime = "60s"; } |