l domsen: add https mode for nextcloud

This commit is contained in:
lassulus 2019-04-07 19:24:41 +02:00
parent f17a481e92
commit 54f1febc18

View File

@ -94,7 +94,7 @@ in {
config = {
adminpassFile = toString <secrets> + "/nextcloud_pw";
};
#https = true;
https = true;
nginx.enable = true;
};
services.nginx.virtualHosts."o.xanf.org" = {