From d1b76f7f2fd1ccd13daec61380f5ff2dca13f33b Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 12 Sep 2024 09:07:58 +0100 Subject: [PATCH] Auto upgrade operation from boot -> switch --- system/Legion.nix | 1 - system/desktop.nix | 1 - 2 files changed, 2 deletions(-) diff --git a/system/Legion.nix b/system/Legion.nix index e765b26f..4c86aadb 100644 --- a/system/Legion.nix +++ b/system/Legion.nix @@ -17,6 +17,5 @@ efi.canTouchEfiVariables = true; }; users.mutableUsers = false; - system.autoUpgrade.operation = "switch"; hardware.bluetooth.enable = true; } diff --git a/system/desktop.nix b/system/desktop.nix index 1f6d4cc3..526c1ee9 100644 --- a/system/desktop.nix +++ b/system/desktop.nix @@ -2,7 +2,6 @@ { home-manager.users.${username}.imports = [ ./home/desktop.nix ]; nixpkgs.config.chromium.commandLineArgs = "--enable-features=UseOzonePlatform --ozone-platform=wayland"; - system.autoUpgrade.operation = "boot"; hardware.bluetooth.enable = true; environment = { sessionVariables = {