hosts: nixos: porthos: services: enable cross-seed
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This commit is contained in:
Bruno BELANYI 2025-04-12 14:52:38 +02:00
parent 058096079e
commit ee1139713c

View file

@ -149,7 +149,7 @@ in
sessionSecretFile = secrets."servarr/autobrr/session-secret".path; sessionSecretFile = secrets."servarr/autobrr/session-secret".path;
}; };
cross-seed = { cross-seed = {
enable = false; secretSettingsFile = secrets."servarr/cross-seed/configuration.json".path;
}; };
# ... But not Lidarr because I don't care for music that much # ... But not Lidarr because I don't care for music that much
lidarr = { lidarr = {