Nextcloud #7

Merged
fugidev merged 3 commits from nextcloud into main 2022-11-18 17:41:42 +01:00
Showing only changes of commit 970f1180cc - Show all commits

View file

@ -30,11 +30,11 @@ in
nextcloud = {
enable = true;
package = pkgs.nextcloud25;
package = pkgs.nextcloud25; # Use current latest nextcloud package
hostName = "${domain}";
https = true;
https = true; # Use https for all urls
phpExtraExtensions = all: [
all.ldap
all.ldap # Enable ldap php extension
];
config = {
dbtype = "pgsql";
@ -47,6 +47,7 @@ in
};
};
# Enable ACME and force SSL
nginx = {
recommendedProxySettings = true;
virtualHosts = {