From 38ac4956998639f4f23ac9780eaa328587c3dd43 Mon Sep 17 00:00:00 2001 From: Charles Date: Fri, 28 Nov 2025 13:29:14 -0500 Subject: [PATCH] open firewall port --- devices/latoure/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/devices/latoure/configuration.nix b/devices/latoure/configuration.nix index 8e4e97b..c49b8f5 100644 --- a/devices/latoure/configuration.nix +++ b/devices/latoure/configuration.nix @@ -60,6 +60,7 @@ services = { sonarr = { enable = true; + openFirewall = true; }; prowlarr = { enable = true;