transmission: open firewall ports
This commit is contained in:
parent
4404b67170
commit
bb652d19e7
1 changed files with 2 additions and 0 deletions
|
|
@ -1,7 +1,9 @@
|
|||
{ config, ... }: {
|
||||
networking.firewall.allowedTCPPorts = [ 9091 ];
|
||||
services.transmission = {
|
||||
enable = true;
|
||||
downloadDirPermissions = "775";
|
||||
openFirewall = true;
|
||||
settings = {
|
||||
alt-speed-down = 512;
|
||||
alt-speed-enabled = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue