core-services-01(autodeploy): disable autoUpgrade

This commit is contained in:
Raito Bezarius 2021-07-27 14:37:31 +02:00
parent 8e82bd8a39
commit 6509fe0f36

View file

@ -2,7 +2,7 @@
{ {
# Auto upgrades # Auto upgrades
system.autoUpgrade = { system.autoUpgrade = {
enable = true; enable = false; # TODO(Ryan): do not enable, it will break deployments.
allowReboot = false; allowReboot = false;
}; };