Module for plex
This commit is contained in:
parent
6c7771f864
commit
a498187dff
2 changed files with 13 additions and 0 deletions
13
modules/plex/default.nix
Normal file
13
modules/plex/default.nix
Normal 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" ];
|
||||
}
|
BIN
secrets/hercules-ci-binary-caches.age
Normal file
BIN
secrets/hercules-ci-binary-caches.age
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue