Disable automatic updates

This commit is contained in:
RealStickman 2023-05-03 19:57:55 +02:00
parent c5110e2c70
commit 0ead99b55c

View File

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