allow direct access to hass

This commit is contained in:
2023-08-02 12:33:49 +02:00
parent 63da8aa6fb
commit 099a00fd5b

View File

@@ -45,5 +45,9 @@
proxy_set_header Connection $connection_upgrade; proxy_set_header Connection $connection_upgrade;
''; '';
}; };
networking.firewall = {
allowedUDPPorts = [ 8123 ];
};
} }