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"; }; }