forked from nyanloutre/nixos-config
Ports Transmission
This commit is contained in:
parent
a08bd14f0f
commit
cdc4a7be12
1 changed files with 2 additions and 1 deletions
|
@ -160,10 +160,11 @@
|
||||||
80 443 # HAProxy
|
80 443 # HAProxy
|
||||||
111 2049 4000 4001 4002 # NFS
|
111 2049 4000 4001 4002 # NFS
|
||||||
3483 9000 # Slimserver
|
3483 9000 # Slimserver
|
||||||
8384 # Syncthing
|
51413 # Transmission
|
||||||
];
|
];
|
||||||
networking.firewall.allowedUDPPorts = [
|
networking.firewall.allowedUDPPorts = [
|
||||||
111 2049 4000 4001 4002 # NFS
|
111 2049 4000 4001 4002 # NFS
|
||||||
3483 # Slimserver
|
3483 # Slimserver
|
||||||
|
51413 # Transmission
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue