Disable automatic updates
This commit is contained in:
parent
3b2f6e5988
commit
7bdd121640
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user