Module for plex

This commit is contained in:
Andrea Ciceri 2023-06-19 22:15:13 +02:00
parent 6c7771f864
commit a498187dff
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
2 changed files with 13 additions and 0 deletions

13
modules/plex/default.nix Normal file
View file

@ -0,0 +1,13 @@
{
services.plex = {
enable = true;
openFirewall = true;
dataDir = "/mnt/raid/plex";
};
systemd.tmpfiles.rules = [
"d /mnt/raid/plex 770 plex plex"
];
users.users.plex.extraGroups = [ "transmission" ];
}

Binary file not shown.