From 66acd2da8c50aed3d309109efb14041821372e51 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Thu, 22 Jan 2026 10:48:19 +0000 Subject: [PATCH] Update sonarr.nix --- services/sonarr.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/services/sonarr.nix b/services/sonarr.nix index c9b4b81..8406980 100644 --- a/services/sonarr.nix +++ b/services/sonarr.nix @@ -33,8 +33,5 @@ "d /mnt/storage/torrents/audiobooks 0775 sonarr media -" "Z /mnt/storage/torrents/audiobooks 0775 sonarr media -" ]; - - # Also add jellyfin to media group for reading - users.users.jellyfin.extraGroups = [ "media" ]; }; }