fix(mosquitto): fix broken host

This commit is contained in:
Felix Schröter 2021-12-12 19:23:38 +01:00
parent 48f9a63794
commit 93e3fd269d
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58

View file

@ -3,12 +3,11 @@
with pkgs;
let
host = "mqtt.felschr.com";
port = 1883;
wsPort = 9001;
in {
services.nginx = {
virtualHosts."${mqttHost}" = {
virtualHosts."mqtt.felschr.com" = {
serverAliases = [ "mqtt.home.felschr.com" ];
enableACME = true;
forceSSL = true;