nextcloud create local db
This commit is contained in:
parent
6c5c2c662e
commit
47b436d27b
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@
|
||||||
autoUpdateApps.enable = true;
|
autoUpdateApps.enable = true;
|
||||||
notify_push.enable = true;
|
notify_push.enable = true;
|
||||||
secretFile = config.age.secrets.nextcloud-secrets.path;
|
secretFile = config.age.secrets.nextcloud-secrets.path;
|
||||||
|
database.createLocally = true;
|
||||||
config = {
|
config = {
|
||||||
adminpassFile = config.age.secrets.nextcloud-adminpass.path;
|
adminpassFile = config.age.secrets.nextcloud-adminpass.path;
|
||||||
dbtype = "pgsql";
|
dbtype = "pgsql";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue