Compare commits
No commits in common. "6c2c9f186997a9de0a28f767b441e99428134162" and "b6b246f6f484b15a69038878dcd9cfa72618bae6" have entirely different histories.
6c2c9f1869
...
b6b246f6f4
|
@ -67,6 +67,10 @@ in {
|
||||||
maxUploadSize = "1G";
|
maxUploadSize = "1G";
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
|
overwriteProtocol = "https";
|
||||||
|
|
||||||
|
defaultPhoneRegion = "FR";
|
||||||
|
|
||||||
dbtype = "pgsql";
|
dbtype = "pgsql";
|
||||||
dbuser = "nextcloud";
|
dbuser = "nextcloud";
|
||||||
dbname = dbName;
|
dbname = dbName;
|
||||||
|
@ -75,11 +79,6 @@ in {
|
||||||
adminuser = "admin";
|
adminuser = "admin";
|
||||||
adminpassFile = cfg.adminpassFile;
|
adminpassFile = cfg.adminpassFile;
|
||||||
};
|
};
|
||||||
|
|
||||||
settings = {
|
|
||||||
default_phone_region = "FR";
|
|
||||||
overwriteprotocol = "https";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
users.groups.media.members = ["nextcloud"];
|
users.groups.media.members = ["nextcloud"];
|
||||||
|
|
|
@ -50,7 +50,7 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
port = cfg.port;
|
port = cfg.port;
|
||||||
passwordFile = cfg.passwordFile;
|
passwordFile = cfg.passwordFile;
|
||||||
settings = {
|
extraConfig = {
|
||||||
# Postgres settings
|
# Postgres settings
|
||||||
PAPERLESS_DBHOST = "/run/postgresql";
|
PAPERLESS_DBHOST = "/run/postgresql";
|
||||||
PAPERLESS_DBUSER = "paperless";
|
PAPERLESS_DBUSER = "paperless";
|
||||||
|
|
Loading…
Reference in a new issue