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/";