Disabled the automatic updates service

It clashes with NixOps
This commit is contained in:
Serĉanto de Scio 2019-08-08 13:58:15 +10:00
parent e50057c4f4
commit 5e4ef6bc63
Signed by: sercanto
GPG key ID: A4122FF3971B6865

View file

@ -50,7 +50,7 @@
# servers. You should change this only after NixOS release notes say you # servers. You should change this only after NixOS release notes say you
# should. # should.
system.stateVersion = "19.03"; # Did you read the comment? 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; system.autoUpgrade.channel = https://nixos.org/channels/nixos-19.03;
}; };
} }