diff --git a/nixos/machines/chungus/hass.nix b/nixos/machines/chungus/hass.nix index fc91de5..753a322 100644 --- a/nixos/machines/chungus/hass.nix +++ b/nixos/machines/chungus/hass.nix @@ -10,8 +10,8 @@ }; }; - networking.firewall.allowedTCPPorts = [ 8123 ]; - networking.firewall.allowedUDPPorts = [ 8123 ]; + #networking.firewall.allowedTCPPorts = [ 8123 ]; + #networking.firewall.allowedUDPPorts = [ 8123 ]; networking.firewall.interfaces.wg0.allowedTCPPorts = [ 8123 ]; networking.firewall.interfaces.wg0.allowedUDPPorts = [ 8123 ];