mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-03 19:42:10 +02:00
update
This commit is contained in:
@@ -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 ];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user