feat(mosquitto): remove host alias

This commit is contained in:
Felix Schröter 2021-12-23 14:14:48 +01:00
parent a924baba02
commit 555d65a656
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58

View file

@ -8,7 +8,6 @@ let
in {
services.nginx = {
virtualHosts."mqtt.felschr.com" = {
serverAliases = [ "mqtt.home.felschr.com" ];
enableACME = true;
forceSSL = true;
locations."/" = {