From a965d553e0e3dbacd56885aa4337d25b3113856b Mon Sep 17 00:00:00 2001 From: death916 Date: Tue, 16 Sep 2025 00:31:55 -0700 Subject: [PATCH] new drive for homelab --- nixos/homelab.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/nixos/homelab.nix b/nixos/homelab.nix index 21cbb3d..cff50a0 100644 --- a/nixos/homelab.nix +++ b/nixos/homelab.nix @@ -23,9 +23,6 @@ # Auto-reboot the system if it hangs (5 minute timeout) boot.kernelModules = [ "sp5100_tco" ]; - hardware.watchdog = { - enable = true; - timeout = 300; - }; + systemd.watchdog.rebootTime = "300s"; }; }