Add extra UDP ports for home-assistant

This commit is contained in:
Evie Litherland-Smith 2024-12-08 09:26:40 +00:00
parent 54fc540524
commit 6a562e3d45

View file

@ -18,7 +18,11 @@
1400 1400
1443 1443
]; ];
allowedUDPPorts = [ 5353 ]; allowedUDPPorts = [
1400
1443
5353
];
}; };
services.caddy.virtualHosts."home.xenia.me.uk".extraConfig = "reverse_proxy http://localhost:8123"; services.caddy.virtualHosts."home.xenia.me.uk".extraConfig = "reverse_proxy http://localhost:8123";
} }