From a42ed7e30fd88f9402445ce027913e18d7fda008 Mon Sep 17 00:00:00 2001 From: Markus Heurung Date: Mon, 20 May 2024 17:36:08 +0200 Subject: [PATCH] setup plex --- hosts/cube.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hosts/cube.nix b/hosts/cube.nix index cd22224..08ead5a 100644 --- a/hosts/cube.nix +++ b/hosts/cube.nix @@ -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;