h: reboot when we need to

This commit is contained in:
Aaron Bieber 2022-10-03 09:32:26 -06:00
parent 28dcded763
commit 36471a59ca
No known key found for this signature in database

View File

@ -33,6 +33,8 @@ in {
boot.loader.grub.version = 2; boot.loader.grub.version = 2;
boot.loader.grub.device = "/dev/sda"; boot.loader.grub.device = "/dev/sda";
system.autoUpgrade.allowReboot = true;
boot.kernelParams = [ "net.ifnames=0" ]; boot.kernelParams = [ "net.ifnames=0" ];
tailscale.sshOnly = true; tailscale.sshOnly = true;