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