fix(mosquitto): fix broken host
This commit is contained in:
parent
48f9a63794
commit
93e3fd269d
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue