plex reverse proxy
This commit is contained in:
@@ -8,7 +8,7 @@ let
|
||||
setup = import ./setup.nix { inherit lib config; };
|
||||
in
|
||||
{
|
||||
options.my.servers.jellyfin = setup.mkOptions "plex" "plex" 32400;
|
||||
options.my.servers.plex = setup.mkOptions "plex" "plex" 32400;
|
||||
config = {
|
||||
services = {
|
||||
plex = lib.mkIf cfg.enable {
|
||||
|
||||
Reference in New Issue
Block a user