Compare commits

..

No commits in common. "6c2c9f186997a9de0a28f767b441e99428134162" and "b6b246f6f484b15a69038878dcd9cfa72618bae6" have entirely different histories.

2 changed files with 5 additions and 6 deletions

View file

@ -67,6 +67,10 @@ in {
maxUploadSize = "1G";
config = {
overwriteProtocol = "https";
defaultPhoneRegion = "FR";
dbtype = "pgsql";
dbuser = "nextcloud";
dbname = dbName;
@ -75,11 +79,6 @@ in {
adminuser = "admin";
adminpassFile = cfg.adminpassFile;
};
settings = {
default_phone_region = "FR";
overwriteprotocol = "https";
};
};
users.groups.media.members = ["nextcloud"];

View file

@ -50,7 +50,7 @@ in {
enable = true;
port = cfg.port;
passwordFile = cfg.passwordFile;
settings = {
extraConfig = {
# Postgres settings
PAPERLESS_DBHOST = "/run/postgresql";
PAPERLESS_DBUSER = "paperless";