forked from DGNum/infrastructure
fix(nextcloud): Disable automatic app update
This commit is contained in:
parent
b7c225a9cd
commit
3dd4619aa7
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ in
|
|||
database.createLocally = true;
|
||||
configureRedis = true;
|
||||
|
||||
autoUpdateApps.enable = true;
|
||||
autoUpdateApps.enable = false;
|
||||
|
||||
settings = {
|
||||
overwriteprotocol = "https";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue