nixos: services: servarr: add autobrr

This commit is contained in:
Bruno BELANYI 2025-02-13 22:59:51 +01:00
parent 3510264186
commit 215eb4c91a
3 changed files with 66 additions and 0 deletions

View file

@ -141,6 +141,9 @@ in
# The whole *arr software suite
servarr = {
enableAll = true;
autobrr = {
enable = false;
};
# ... But not Lidarr because I don't care for music that much
lidarr = {
enable = false;