Open some ports for home-assistant sonos integration

This commit is contained in:
Evie Litherland-Smith 2024-11-30 12:18:46 +00:00
parent 2f9a626218
commit 07e39727e7

View file

@ -12,5 +12,12 @@
extraOptions = [ "--network=host" ];
};
};
networking.firewall = {
allowedTCPPorts = [
1400
1443
];
allowedUDPPorts = [ 5353 ];
};
services.caddy.virtualHosts."home.xenia.me.uk".extraConfig = "reverse_proxy http://localhost:8123";
}