diff --git a/hosts/h001/mods/nixarr.nix b/hosts/h001/mods/nixarr.nix index f471376..2c86273 100644 --- a/hosts/h001/mods/nixarr.nix +++ b/hosts/h001/mods/nixarr.nix @@ -58,6 +58,12 @@ proxyPass = "http://localhost:5055"; }; }; + "10.12.14.10" = { + locations."/" = { + proxyWebsockets = true; + proxyPass = "http://localhost:8096"; + }; + }; "jellyfin.h001.local.joshuabell.xyz" = { locations."/" = { proxyWebsockets = true;