diff --git a/services/sonarr.nix b/services/sonarr.nix index 3f453cc..516234f 100644 --- a/services/sonarr.nix +++ b/services/sonarr.nix @@ -19,17 +19,5 @@ group = "media"; extraGroups = [ "media" ]; }; - - # Set up directory structure with proper permissions - systemd.tmpfiles.rules = [ - # Downloads folder - qbittorrent writes here (already in qbittorrent-nox.nix) - "Z /mnt/storage/torrents/downloads 0775 qbittorrent media -" - - # Media folders - sonarr writes here - "d /mnt/storage/torrents/shows 0775 sonarr media -" - "Z /mnt/storage/torrents/shows 0775 sonarr media -" - "d /mnt/storage/torrents/audiobooks 0775 sonarr media -" - "Z /mnt/storage/torrents/audiobooks 0775 sonarr media -" - ]; }; }