Auto upgrade operation from boot -> switch

This commit is contained in:
Evie Litherland-Smith 2024-09-12 09:07:58 +01:00
parent 3fa4a2d051
commit d1b76f7f2f
2 changed files with 0 additions and 2 deletions

View file

@ -17,6 +17,5 @@
efi.canTouchEfiVariables = true;
};
users.mutableUsers = false;
system.autoUpgrade.operation = "switch";
hardware.bluetooth.enable = true;
}

View file

@ -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 = {