nixos: services: servarr: migrate prowlarr
Some checks failed
ci/woodpecker/push/check Pipeline failed
Some checks failed
ci/woodpecker/push/check Pipeline failed
It's configured in the exact same way as other *arr apps, and thus automatically gains the declarative port configuration now. I also want to move the other two indexer modules under `servarr`, as they are all closely related.
This commit is contained in:
parent
ad5cbd23c1
commit
1a08118ced
4 changed files with 2 additions and 34 deletions
|
|
@ -5,6 +5,7 @@ let
|
|||
cfg = config.my.services.servarr.${starr};
|
||||
ports = {
|
||||
lidarr = 8686;
|
||||
prowlarr = 9696;
|
||||
radarr = 7878;
|
||||
readarr = 8787;
|
||||
sonarr = 8989;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue