update
This commit is contained in:
parent
5dce9af547
commit
101712c8bb
@ -5,5 +5,6 @@
|
|||||||
./prowlarr.nix
|
./prowlarr.nix
|
||||||
./radarr.nix
|
./radarr.nix
|
||||||
./sonarr.nix
|
./sonarr.nix
|
||||||
|
./transmission.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
4
hosts/server/modules/jackflix/transmission.nix
Normal file
4
hosts/server/modules/jackflix/transmission.nix
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
networking.firewall.allowedTCPPorts = [ 9091 ];
|
||||||
|
networking.firewall.allowedUDPPorts = [ 9091 ];
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user