From 11ed5a80d71623e1e7ed6f3e0f581a14bb295f3d Mon Sep 17 00:00:00 2001 From: JuliusFreudenberger Date: Mon, 27 Apr 2026 23:51:13 +0200 Subject: [PATCH] Disable automatic reboots after upgrades in busch Due to encrypted root the server does not boot without input. Missing tpm2 does not allow for unattended unlocks. --- hosts/busch/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/busch/default.nix b/hosts/busch/default.nix index d05120d..e6efa4c 100644 --- a/hosts/busch/default.nix +++ b/hosts/busch/default.nix @@ -24,6 +24,9 @@ }; tmp.useTmpfs = true; }; + + system.autoUpgrade.allowReboot = false; + networking.hostName = "busch"; # Define your hostname. services.netbird = {