From 0f8d15a41c588d9b68f3d7cdaab96e7605e0ece8 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Wed, 25 Mar 2026 06:27:59 -0500 Subject: [PATCH] feat: Enable prowlarr --- hosts/unstable/hosea/arr.nix | 5 +++++ modules/hm/gui/bookmarks.nix | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/hosts/unstable/hosea/arr.nix b/hosts/unstable/hosea/arr.nix index be89b0c..46d525b 100644 --- a/hosts/unstable/hosea/arr.nix +++ b/hosts/unstable/hosea/arr.nix @@ -21,6 +21,11 @@ let in { services = { + prowlarr = { + enable = true; + dataDir = "/arr/prowlarr"; + openFirewall = true; + }; radarr = { enable = true; openFirewall = true; diff --git a/modules/hm/gui/bookmarks.nix b/modules/hm/gui/bookmarks.nix index 9aca101..f5d0a7d 100644 --- a/modules/hm/gui/bookmarks.nix +++ b/modules/hm/gui/bookmarks.nix @@ -364,6 +364,10 @@ { name = "Media"; bookmarks = [ + { + name = "Prowlarr"; + url = "https://hosea.shire-zebra.ts.net:9696/"; + } { name = "Transmission"; url = "https://hosea.shire-zebra.ts.net:9091/";