From eab19311c9634b198c286d4cf41b545776deede9 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 13 Feb 2024 08:21:38 +0000 Subject: [PATCH] Don't allow reboot on autoUpgrade (Vanguard) --- hosts/Vanguard/configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/Vanguard/configuration.nix b/hosts/Vanguard/configuration.nix index 8768437a..9dc5ddec 100644 --- a/hosts/Vanguard/configuration.nix +++ b/hosts/Vanguard/configuration.nix @@ -10,5 +10,4 @@ hardware.opengl.driSupport32Bit = true; hardware.opengl.extraPackages = with pkgs; [amdvlk rocmPackages.clr.icd]; hardware.opengl.extraPackages32 = [pkgs.driversi686Linux.amdvlk]; - system.autoUpgrade.allowReboot = true; }