nixos: services: servarr: migrate jackett

This commit is contained in:
Bruno BELANYI 2025-03-31 11:27:18 +00:00
parent f825d047b5
commit 950cf4dd05
4 changed files with 38 additions and 22 deletions

View file

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