Create nextcloud db locally
This commit is contained in:
parent
7a771dc49e
commit
32ff14d314
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue