feat: Enable prowlarr
buildbot/nix-eval Build done. (1 warning)
buildbot/nix-build Build done.
buildbot/nix-effects Build done.

This commit is contained in:
Greg Hellings
2026-03-25 06:28:27 -05:00
parent d5796c19b4
commit 0f8d15a41c
2 changed files with 9 additions and 0 deletions
+5
View File
@@ -21,6 +21,11 @@ let
in in
{ {
services = { services = {
prowlarr = {
enable = true;
dataDir = "/arr/prowlarr";
openFirewall = true;
};
radarr = { radarr = {
enable = true; enable = true;
openFirewall = true; openFirewall = true;
+4
View File
@@ -364,6 +364,10 @@
{ {
name = "Media"; name = "Media";
bookmarks = [ bookmarks = [
{
name = "Prowlarr";
url = "https://hosea.shire-zebra.ts.net:9696/";
}
{ {
name = "Transmission"; name = "Transmission";
url = "https://hosea.shire-zebra.ts.net:9091/"; url = "https://hosea.shire-zebra.ts.net:9091/";