Add more settings now that it's working
This commit is contained in:
parent
44422fda4f
commit
6132dc4584
|
@ -94,14 +94,24 @@ in {
|
||||||
hostName = cfg.hostname;
|
hostName = cfg.hostname;
|
||||||
home = "/var/lib/nextcloud/home";
|
home = "/var/lib/nextcloud/home";
|
||||||
datadir = "/var/lib/nextcloud/data";
|
datadir = "/var/lib/nextcloud/data";
|
||||||
|
webfinger = true;
|
||||||
configureRedis = true;
|
configureRedis = true;
|
||||||
extraAppsEnable = true;
|
extraAppsEnable = true;
|
||||||
extraApps = cfg.extra-apps;
|
extraApps = cfg.extra-apps;
|
||||||
|
autoUpdateApps.enable = true;
|
||||||
|
appstoreEnable = false;
|
||||||
enableBrokenCiphersForSSE = false;
|
enableBrokenCiphersForSSE = false;
|
||||||
|
enableImageMagick = true;
|
||||||
database.createLocally = true;
|
database.createLocally = true;
|
||||||
|
nginx.recommendedHttpHeaders = true;
|
||||||
|
maxUploadSize = "4G";
|
||||||
|
https = true;
|
||||||
config = {
|
config = {
|
||||||
dbtype = "pgsql";
|
dbtype = "pgsql";
|
||||||
adminpassFile = "/etc/nextcloud/admin.passwd";
|
adminpassFile = "/etc/nextcloud/admin.passwd";
|
||||||
|
overwriteProtocol = "https";
|
||||||
|
extraTrustedDomains = [ "nextcloud.fudo.org" ];
|
||||||
|
defaultPhoneRegion = "CA";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue