l domsen: add https mode for nextcloud
This commit is contained in:
parent
f17a481e92
commit
54f1febc18
|
@ -94,7 +94,7 @@ in {
|
||||||
config = {
|
config = {
|
||||||
adminpassFile = toString <secrets> + "/nextcloud_pw";
|
adminpassFile = toString <secrets> + "/nextcloud_pw";
|
||||||
};
|
};
|
||||||
#https = true;
|
https = true;
|
||||||
nginx.enable = true;
|
nginx.enable = true;
|
||||||
};
|
};
|
||||||
services.nginx.virtualHosts."o.xanf.org" = {
|
services.nginx.virtualHosts."o.xanf.org" = {
|
||||||
|
|
Loading…
Reference in a new issue