Disable automatic updates
This commit is contained in:
parent
c5110e2c70
commit
0ead99b55c
@ -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 = {
|
||||
|
Reference in New Issue
Block a user