fix(nextcloud): Disable automatic app update

This commit is contained in:
Tom Hubrecht 2025-03-01 14:00:23 +01:00
parent b7c225a9cd
commit 3dd4619aa7
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc

View file

@ -76,7 +76,7 @@ in
database.createLocally = true;
configureRedis = true;
autoUpdateApps.enable = true;
autoUpdateApps.enable = false;
settings = {
overwriteprotocol = "https";