diff --git a/hosts/fw.cloonar.com/modules/home-assistant.nix b/hosts/fw.cloonar.com/modules/home-assistant.nix index f838797..2605424 100644 --- a/hosts/fw.cloonar.com/modules/home-assistant.nix +++ b/hosts/fw.cloonar.com/modules/home-assistant.nix @@ -46,10 +46,10 @@ ''; }; - networking.firewall = { - allowedUDPPorts = [ - 5683 # shelly coiot - ]; - }; + # networking.firewall = { + # allowedUDPPorts = [ + # 5683 # shelly coiot + # ]; + # }; } diff --git a/hosts/fw.cloonar.com/modules/mosquitto.nix b/hosts/fw.cloonar.com/modules/mosquitto.nix index 7a7e7a0..a626cb8 100644 --- a/hosts/fw.cloonar.com/modules/mosquitto.nix +++ b/hosts/fw.cloonar.com/modules/mosquitto.nix @@ -26,7 +26,7 @@ ]; }; - networking.firewall = { - allowedTCPPorts = [ 1883 ]; - }; + # networking.firewall = { + # allowedTCPPorts = [ 1883 ]; + # }; } diff --git a/hosts/fw.cloonar.com/modules/snapserver.nix b/hosts/fw.cloonar.com/modules/snapserver.nix index 3d300b8..5a44b7b 100644 --- a/hosts/fw.cloonar.com/modules/snapserver.nix +++ b/hosts/fw.cloonar.com/modules/snapserver.nix @@ -110,19 +110,19 @@ in }; - networking.firewall.allowedTCPPorts = [ - 80 # http - 443 # https - 1704 # snapcast - 1705 # snapcast - 5000 # airplay - 5353 # airplay - ]; - networking.firewall.allowedUDPPorts = [ - 5000 # airplay - 5353 # airplay - ]; - networking.firewall.allowedUDPPortRanges = [ - { from = 6001; to = 6011; } # airplay - ]; + # networking.firewall.allowedTCPPorts = [ + # 80 # http + # 443 # https + # 1704 # snapcast + # 1705 # snapcast + # 5000 # airplay + # 5353 # airplay + # ]; + # networking.firewall.allowedUDPPorts = [ + # 5000 # airplay + # 5353 # airplay + # ]; + # networking.firewall.allowedUDPPortRanges = [ + # { from = 6001; to = 6011; } # airplay + # ]; }