From 4fabbda1ab9c36b897ed75c04f894dffa386ece3 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Mon, 5 Sep 2022 22:21:57 -0500 Subject: [PATCH] Expose ZWave JS --- hosts/2maccabees/home-assistant.nix | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/hosts/2maccabees/home-assistant.nix b/hosts/2maccabees/home-assistant.nix index e921121..6db8bf3 100755 --- a/hosts/2maccabees/home-assistant.nix +++ b/hosts/2maccabees/home-assistant.nix @@ -74,19 +74,6 @@ in # directly for troubleshooting Nginx configuration networking.firewall = { enable = true; - allowedTCPPorts = [ 80 8123 ]; - }; - - # No data is secure unless it is backed up! So we back up the data on this node to our NAS using Syncthing, from there we will - # handle things like off site - services.syncthing = { - enable = true; - folders = { - "zwave-live" = { - enable = true; - path = "/var/lib/zwave"; - devices = [ "nas" ]; - }; - }; + allowedTCPPorts = [ 80 8091 8123 ]; }; }