diff --git a/system/services/home-assistant.nix b/system/services/home-assistant.nix index e86d4fb4..cd8b11b6 100644 --- a/system/services/home-assistant.nix +++ b/system/services/home-assistant.nix @@ -18,7 +18,11 @@ 1400 1443 ]; - allowedUDPPorts = [ 5353 ]; + allowedUDPPorts = [ + 1400 + 1443 + 5353 + ]; }; services.caddy.virtualHosts."home.xenia.me.uk".extraConfig = "reverse_proxy http://localhost:8123"; }