fix: fix nextcloud host config
This commit is contained in:
parent
fda21e449a
commit
a924baba02
|
@ -17,7 +17,7 @@ in {
|
||||||
autoUpdateApps.enable = true;
|
autoUpdateApps.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.nginx.virtualHosts.${hostName} = {
|
services.nginx.virtualHosts.${host} = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue