plex reverse proxy
This commit is contained in:
parent
bdb27a4486
commit
384d1f4dbb
@ -41,6 +41,10 @@
|
||||
enableProxy = true;
|
||||
hostName = "server";
|
||||
};
|
||||
plex = {
|
||||
enableProxy = true;
|
||||
hostName = "server";
|
||||
};
|
||||
nextcloud = {
|
||||
enable = true;
|
||||
enableCron = true;
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user