Fix #67
All checks were successful
Check flake syntax / flake-check (push) Successful in 4m21s

This commit is contained in:
ahtlon
2025-01-28 12:19:53 +01:00
parent f7943d981b
commit e94410ca54

View File

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