Open ports for radarr

This commit is contained in:
Nathan McCarty 2022-05-15 11:33:37 -04:00
parent 6d1f08b218
commit 6c3f3fb071
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@
# Open firewall ports
networking.firewall = {
enable = false;
allowedTCPPorts = [ 8080 8989 9383 ];
allowedUDPPorts = [ 8080 8989 9383 ];
allowedTCPPorts = [ 8080 8989 9383 7878 ];
allowedUDPPorts = [ 8080 8989 9383 7878 ];
};
}