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;
|
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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue