From ac1cf1c5313ac2defd2c7014c6df25e7965a62f4 Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Thu, 10 Oct 2024 20:02:01 -0700 Subject: [PATCH] Open up mqtt for valetudo --- machines/storage/s0/home-automation.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/machines/storage/s0/home-automation.nix b/machines/storage/s0/home-automation.nix index 033ac64..92c85df 100644 --- a/machines/storage/s0/home-automation.nix +++ b/machines/storage/s0/home-automation.nix @@ -14,6 +14,9 @@ } ]; }; + networking.firewall.allowedTCPPorts = [ + 1883 # mqtt + ]; services.zigbee2mqtt = { enable = true;