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