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