enable nextcloud appstore

This commit is contained in:
Charlotte 🦝 Delenk 2023-04-23 18:31:08 +01:00
parent bc12e7033a
commit 38bae92081
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -4,6 +4,7 @@
...
}: {
services.nextcloud = {
appstoreEnable = true;
caching.redis = true;
config = {
adminpassFile = config.sops.secrets."services/nextcloud/adminpass".path;