From 0af2e899a509be5950bf93ee555cfe60587d3792 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Thu, 7 Aug 2025 14:30:39 -0500 Subject: [PATCH] update nixarr --- hosts/h001/mods/nixarr.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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;