[nextcloud module] add wrapper example
Some checks failed
Check flake syntax / flake-check (push) Failing after 2m45s

This commit is contained in:
ahtlon
2025-01-29 11:20:12 +01:00
parent e94410ca54
commit edddfc5e3f
4 changed files with 32 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ with lib;
hostName = "cloud.malobeo.org";
config.adminpassFile = config.sops.secrets.nextcloudAdminPass.path;
#https = true; #disable for testing
datadir = "/data/services/nextcloud/";
datadir = "/datadir";
database.createLocally = true;
config.dbtype = "pgsql";
configureRedis = true;