From 6c3f3fb0712073b60accce28f0ca0ab08fd34631 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Sun, 15 May 2022 11:33:37 -0400 Subject: [PATCH] Open ports for radarr --- machines/perception.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/perception.nix b/machines/perception.nix index f1951cc..918dd6e 100644 --- a/machines/perception.nix +++ b/machines/perception.nix @@ -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 ]; }; }