Open some ports for home-assistant sonos integration
This commit is contained in:
parent
2f9a626218
commit
07e39727e7
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue