From 099a00fd5bfb11f32508f4d2bfde79f080d1a54f Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Wed, 2 Aug 2023 12:33:49 +0200 Subject: [PATCH] allow direct access to hass --- utils/modules/home-assistant/new.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/utils/modules/home-assistant/new.nix b/utils/modules/home-assistant/new.nix index fd16976..bf3efea 100644 --- a/utils/modules/home-assistant/new.nix +++ b/utils/modules/home-assistant/new.nix @@ -45,5 +45,9 @@ proxy_set_header Connection $connection_upgrade; ''; }; + + networking.firewall = { + allowedUDPPorts = [ 8123 ]; + }; }