l domsen: set nextcloud overwriteProtocol

This commit is contained in:
lassulus 2019-05-29 15:49:10 +02:00
parent 0c9a0c690e
commit d68e0e2e2d

View File

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