Create nextcloud db locally

This commit is contained in:
Fern Garden 2025-07-22 21:37:39 +08:00
parent 7a771dc49e
commit 32ff14d314

View file

@ -17,5 +17,6 @@
hostName = "localhost"; hostName = "localhost";
config.adminpassFile = config.sops.secrets."nextcloud/admin_pass".path; config.adminpassFile = config.sops.secrets."nextcloud/admin_pass".path;
config.dbtype = "pgsql"; config.dbtype = "pgsql";
database.createLocally = true;
}; };
} }