nixos: services: servarr: migrate jackett
This commit is contained in:
parent
f825d047b5
commit
950cf4dd05
4 changed files with 38 additions and 22 deletions
|
|
@ -145,6 +145,10 @@ in
|
|||
lidarr = {
|
||||
enable = false;
|
||||
};
|
||||
# I only use Prowlarr nowadays
|
||||
jackett = {
|
||||
enable = false;
|
||||
};
|
||||
};
|
||||
# Because I still need to play sysadmin
|
||||
ssh-server.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue