setup plex
This commit is contained in:
parent
82b9870fd3
commit
a42ed7e30f
1 changed files with 8 additions and 0 deletions
|
@ -63,6 +63,14 @@
|
|||
# If you want to use JACK applications, uncomment this
|
||||
#jack.enable = true;
|
||||
};
|
||||
services.plex = {
|
||||
enable = true;
|
||||
dataDir = "/var/lib/plex";
|
||||
openFirewall = true;
|
||||
user = "plex";
|
||||
group = "plex";
|
||||
};
|
||||
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
authKeyFile = config.sops.secrets.tailscale_auth_key.path;
|
||||
|
|
Loading…
Reference in a new issue