Formatting
This commit is contained in:
parent
281a25808b
commit
4daf35633d
1 changed files with 2 additions and 2 deletions
|
@ -4,10 +4,10 @@
|
|||
openFirewall = true;
|
||||
dataDir = "/mnt/raid/plex";
|
||||
};
|
||||
|
||||
|
||||
systemd.tmpfiles.rules = [
|
||||
"d /mnt/raid/plex 770 plex plex"
|
||||
];
|
||||
|
||||
users.users.plex.extraGroups = [ "transmission" ];
|
||||
users.users.plex.extraGroups = ["transmission"];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue