new drive for homelab

This commit is contained in:
death916 2025-09-16 00:31:55 -07:00
parent d94ab654cf
commit a965d553e0

View file

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