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; }