Disabled the automatic updates service
It clashes with NixOps
This commit is contained in:
parent
e50057c4f4
commit
5e4ef6bc63
|
@ -50,7 +50,7 @@
|
|||
# servers. You should change this only after NixOS release notes say you
|
||||
# should.
|
||||
system.stateVersion = "19.03"; # Did you read the comment?
|
||||
system.autoUpgrade.enable = true;
|
||||
system.autoUpgrade.enable = false;
|
||||
system.autoUpgrade.channel = https://nixos.org/channels/nixos-19.03;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue