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