From fa7b157c5dc235e2043a166eb61bb4ac634773b9 Mon Sep 17 00:00:00 2001 From: Polen Date: Wed, 12 Nov 2025 12:30:57 -0500 Subject: [PATCH] testing some arrr software --- devices/server/configuration.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/devices/server/configuration.nix b/devices/server/configuration.nix index 1e90029..878dd33 100644 --- a/devices/server/configuration.nix +++ b/devices/server/configuration.nix @@ -68,6 +68,14 @@ in { # media services = { + sonarr = { + inherit user; + enable = true; + }; + prowlarr = { + enable = true; + openFirewall = true; + }; jellyfin = { inherit user; enable = true; @@ -108,6 +116,7 @@ in { 8096 # jellyfin 9091 # transmission 9000 # mealie + 8989 # sonarr 10222 # taskchampion-sync-server ]; };