fix: fix nextcloud host config

This commit is contained in:
Felix Schröter 2021-12-22 17:42:46 +01:00
parent fda21e449a
commit a924baba02
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58

View file

@ -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;
}; };