From f771b11b132862eca4b04ef843bf3be9b7244166 Mon Sep 17 00:00:00 2001 From: Wekuz Date: Sun, 12 Apr 2026 17:22:52 +0300 Subject: [PATCH] Add Prowlarr --- hosts/plexy/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hosts/plexy/default.nix b/hosts/plexy/default.nix index f096432..8683823 100644 --- a/hosts/plexy/default.nix +++ b/hosts/plexy/default.nix @@ -73,6 +73,7 @@ 15836 # qBittorrent (Web UI) 15837 # Radarr 15838 # Sonarr + 15839 # Prowlarr 17650 # qBittorrent (torrent) ]; }; @@ -245,6 +246,12 @@ server.port = 15838; }; }; + prowlarr = { + enable = true; + settings = { + server.port = 15839; + }; + }; }; environment.variables.EDITOR = "nvim";