nixos: services: servarr: migrate prowlarr
The configuration doesn't have `group`, so it's a slightly different configuration to the rest of the *arr services. I also want to move the other two indexer modules under `servarr`, as they are all closely related.
This commit is contained in:
parent
d783b5f5ee
commit
f825d047b5
4 changed files with 54 additions and 34 deletions
|
|
@ -51,10 +51,6 @@ in
|
|||
passwordFile = secrets."forgejo/mail-password".path;
|
||||
};
|
||||
};
|
||||
# Meta-indexers
|
||||
indexers = {
|
||||
prowlarr.enable = true;
|
||||
};
|
||||
# Jellyfin media server
|
||||
jellyfin.enable = true;
|
||||
# Gitea mirrorig service
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue