From 9ea2f264e952d3a9f43f20044323e4231d3055f0 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Fri, 20 Feb 2026 21:43:19 +0000 Subject: [PATCH] Update sonarr.nix --- services/sonarr.nix | 12 ------------ 1 file changed, 12 deletions(-) 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 -" - ]; }; }