core-services-01(autodeploy): disable autoUpgrade
This commit is contained in:
parent
8e82bd8a39
commit
6509fe0f36
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue