Former-commit-id: 101712c8bb
This commit is contained in:
Hadi
2024-06-23 19:59:53 +02:00
parent c541832066
commit e7b4080c2a
2 changed files with 5 additions and 0 deletions

View File

@@ -5,5 +5,6 @@
./prowlarr.nix
./radarr.nix
./sonarr.nix
./transmission.nix
];
}

View File

@@ -0,0 +1,4 @@
{
networking.firewall.allowedTCPPorts = [ 9091 ];
networking.firewall.allowedUDPPorts = [ 9091 ];
}