From 0ff7e6e7548e3a0f4159d399e01fa577c0a0ced8 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 8 Sep 2023 08:06:58 +0100 Subject: [PATCH] Disable auto upgrade for Vanguard, causes games to fail to launch --- hosts/Vanguard/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/Vanguard/configuration.nix b/hosts/Vanguard/configuration.nix index afb6132c..a72841a0 100644 --- a/hosts/Vanguard/configuration.nix +++ b/hosts/Vanguard/configuration.nix @@ -24,7 +24,7 @@ dedicatedServer.openFirewall = true; }; system.autoUpgrade = { - enable = true; + enable = false; allowReboot = false; };