diff --git a/hosts/architect/plex.nix b/hosts/architect/plex.nix index d4e0356..f3f02ab 100644 --- a/hosts/architect/plex.nix +++ b/hosts/architect/plex.nix @@ -5,6 +5,7 @@ with import ./network.nix; services.plex = { enable = true; package = pkgs.unstable.plex; + dataDir = "/plex"; }; services.nginx = { @@ -71,7 +72,7 @@ with import ./network.nix; proxy_buffering off; ''; locations."/" = { - proxyPass = "https://localhost:32400"; + proxyPass = "http://localhost:32400"; }; }; };