nextcloud nouw should use pgsql
This commit is contained in:
parent
7142f1b01c
commit
6c5c2c662e
1 changed files with 6 additions and 1 deletions
|
|
@ -4,14 +4,19 @@
|
|||
services = {
|
||||
nextcloud = {
|
||||
enable = true;
|
||||
datadir = "/data/nextcloud";
|
||||
package = pkgs.nextcloud27;
|
||||
hostName = "nextcloud.baduhai.me";
|
||||
configureRedis = true;
|
||||
caching.apcu = false;
|
||||
https = true;
|
||||
autoUpdateApps.enable = true;
|
||||
config.adminpassFile = config.age.secrets.nextcloud-adminpass.path;
|
||||
notify_push.enable = true;
|
||||
secretFile = config.age.secrets.nextcloud-secrets.path;
|
||||
config = {
|
||||
adminpassFile = config.age.secrets.nextcloud-adminpass.path;
|
||||
dbtype = "pgsql";
|
||||
};
|
||||
};
|
||||
|
||||
nginx.virtualHosts.${config.services.nextcloud.hostName} = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue