Disable automatic updates

This commit is contained in:
RealStickman 2023-05-03 19:57:55 +02:00
parent 3b2f6e5988
commit 7bdd121640

View File

@ -178,10 +178,10 @@ in
swapDevices = [ { device = "/swap/swapfile"; } ]; swapDevices = [ { device = "/swap/swapfile"; } ];
# Enable automatic package upgrades # Enable automatic package upgrades
system.autoUpgrade = { #system.autoUpgrade = {
enable = true; # enable = true;
channel = "https://nixos.org/channels/nixos-unstable"; # channel = "https://nixos.org/channels/nixos-unstable";
}; #};
# Enable automatic garbage collection # Enable automatic garbage collection
nix = { nix = {