l domsen: use nextcloud 18

This commit is contained in:
lassulus 2020-09-27 15:40:52 +02:00
parent c361849c38
commit bdc1cb2f02

View File

@ -91,6 +91,7 @@ in {
services.nextcloud = {
enable = true;
hostName = "o.xanf.org";
package = pkgs.nextcloud18;
config = {
adminpassFile = toString <secrets> + "/nextcloud_pw";
overwriteProtocol = "https";