Update files
This commit is contained in:
@@ -14,8 +14,20 @@
|
|||||||
firewall = {
|
firewall = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# Ports used by Local Send
|
# Ports used by Local Send
|
||||||
allowedTCPPorts = [ 53317 ];
|
allowedTCPPorts = [
|
||||||
allowedUDPPorts = [ 53317 ];
|
53317
|
||||||
|
8001
|
||||||
|
8002
|
||||||
|
8003
|
||||||
|
8004
|
||||||
|
];
|
||||||
|
allowedUDPPorts = [
|
||||||
|
53317
|
||||||
|
8001
|
||||||
|
8002
|
||||||
|
8003
|
||||||
|
8004
|
||||||
|
];
|
||||||
extraCommands = "
|
extraCommands = "
|
||||||
iptables -I nixos-fw 1 -i br+ -j ACCEPT
|
iptables -I nixos-fw 1 -i br+ -j ACCEPT
|
||||||
";
|
";
|
||||||
|
|||||||
Reference in New Issue
Block a user