Update sonarr.nix
This commit is contained in:
parent
fbbc7b7805
commit
9ea2f264e9
1 changed files with 0 additions and 12 deletions
|
|
@ -19,17 +19,5 @@
|
||||||
group = "media";
|
group = "media";
|
||||||
extraGroups = [ "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 -"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue