We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d877e89 commit d6320b6Copy full SHA for d6320b6
1 file changed
hosts/glyph/services/default.nix
@@ -45,8 +45,8 @@
45
];
46
# Dynamically allocated ports for Roon Bridge opened for local network
47
extraCommands = ''
48
- iptables -A nixos-fw -p tcp -j --dport 30000:65535 -s 192.168.4.0/24 nixos-fw-accept
49
- iptables -A nixos-fw -p udp -j --dport 30000:65535 -s 192.168.4.0/24 nixos-fw-accept
+ iptables -A nixos-fw -p tcp --dport 30000:65535 -s 192.168.4.0/24 -j nixos-fw-accept
+ iptables -A nixos-fw -p udp --dport 30000:65535 -s 192.168.4.0/24 -j nixos-fw-accept
50
'';
51
};
52
services.tailscale = {
0 commit comments