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; with pkgs;
let let
host = "mqtt.felschr.com";
port = 1883; port = 1883;
wsPort = 9001; wsPort = 9001;
in { in {
services.nginx = { services.nginx = {
virtualHosts."${mqttHost}" = { virtualHosts."mqtt.felschr.com" = {
serverAliases = [ "mqtt.home.felschr.com" ]; serverAliases = [ "mqtt.home.felschr.com" ];
enableACME = true; enableACME = true;
forceSSL = true; forceSSL = true;