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/ginaz/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'hosts/ginaz') diff --git a/hosts/ginaz/default.nix b/hosts/ginaz/default.nix index 932d125..ce2d8bc 100644 --- a/hosts/ginaz/default.nix +++ b/hosts/ginaz/default.nix @@ -33,6 +33,7 @@ ../common/optional/services/tlp.nix ../common/optional/services/xorg.nix ../common/optional/sound.nix + ../common/optional/wdt.nix ../common/optional/zfs.nix ../common/users/nipsy ../common/users/root @@ -97,6 +98,4 @@ }; wantedBy = [ "multi-user.target" ]; }; - - systemd.watchdog.runtimeTime = "60s"; } -- cgit v1.2.3