reboot after kernel panic on traffic-stop-boxes

This commit is contained in:
Markus Schmidl 2023-06-19 17:03:58 +02:00
parent 7f4d7dd62b
commit f7ee31100d
1 changed files with 4 additions and 0 deletions

View File

@ -5,8 +5,12 @@
networking.hostName = "traffic-stop-box-${toString config.deployment-TLMS.systemNumber}"; # Define your hostname.
# some whoopsie in kernel 6.1.x maybe?
boot.kernelPackages = pkgs.linuxKernel.packages.linux_5_15;
# reboot 60 seconds after kernel panic
boot.kernel.sysctl."kernel.panic" = 60;
# Set your time zone.
time.timeZone = "Europe/Berlin";