diff --git a/hosts/merope/services/media/bazarr.nix b/hosts/merope/services/media/bazarr.nix index 6410c547..1f6ce42c 100644 --- a/hosts/merope/services/media/bazarr.nix +++ b/hosts/merope/services/media/bazarr.nix @@ -4,6 +4,13 @@ listenPort = 8689; }; + # Add bazarr to sonarr and radarr groups + # So that it can write to the library dirs + users.users.bazarr.extraGroups = [ + config.services.sonarr.group + config.services.radarr.group + ]; + environment.persistence = { "/persist".directories = [ {