nixfleet/profiles/chromecast/default.nix
2021-10-11 23:59:13 +02:00

7 lines
141 B
Nix

{
config = {
networking.firewall.extraCommands = ''
iptables -I INPUT -p udp -m udp --dport 32768:60999 -j ACCEPT
'';
};
}