downtime caused by failing auto updates
This commit is contained in:
parent
9b921f6c07
commit
41bd861a03
1 changed files with 24 additions and 3 deletions
|
@ -171,10 +171,31 @@
|
|||
};
|
||||
|
||||
caching.redis = true;
|
||||
appstoreEnable = true;
|
||||
autoUpdateApps.enable = true;
|
||||
# Don't allow the installation and updating of apps from the Nextcloud appstore,
|
||||
# because we declaratively install them
|
||||
appstoreEnable = false;
|
||||
autoUpdateApps.enable = false;
|
||||
extraApps = {
|
||||
inherit (pkgs.nextcloud30Packages.apps) memories previewgenerator recognize;
|
||||
inherit (pkgs.nextcloud30Packages.apps)
|
||||
calendar
|
||||
contacts
|
||||
cospend
|
||||
deck
|
||||
end_to_end_encryption
|
||||
groupfolders
|
||||
integration_deepl
|
||||
mail
|
||||
memories
|
||||
notes
|
||||
notify_push
|
||||
previewgenerator
|
||||
quota_warning
|
||||
recognize
|
||||
richdocuments
|
||||
spreed
|
||||
tasks
|
||||
twofactor_webauthn
|
||||
user_oidc;
|
||||
};
|
||||
database.createLocally = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue