diff --git a/hosts/2maccabees/dnsmasq.nix b/hosts/2maccabees/dnsmasq.nix index ed96138..46aad06 100644 --- a/hosts/2maccabees/dnsmasq.nix +++ b/hosts/2maccabees/dnsmasq.nix @@ -5,14 +5,14 @@ let # Local hosts "10.42.0.1 switch" "10.42.1.1 router" - "10.42.1.2 2maccabees 2maccabees.thehellings.lan dns dns.thehellings.lan smart smart.thehellings.lan" + "10.42.1.2 2maccabees 2maccabees.thehellings.lan dns dns.thehellings.lan smart smart.thehellings.lan jellyfin jellyfin.thehellings.lan" "10.42.1.3 printer" "10.42.1.4 chronicles nas" "10.42.1.12 tv" # Tailscale hosts "100.90.74.19 jude.me.ts" - "100.99.244.92 dns.me.ts 2maccabees.me.ts smart.me.ts" + "100.99.244.92 dns.me.ts 2maccabees.me.ts smart.me.ts jellyfin.me.ts" "100.119.228.115 chronicles.me.ts nas.me.ts" "100.115.57.8 linode.me.ts" diff --git a/hosts/2maccabees/home-assistant.nix b/hosts/2maccabees/home-assistant.nix index 2bcaf42..7c1f2c2 100755 --- a/hosts/2maccabees/home-assistant.nix +++ b/hosts/2maccabees/home-assistant.nix @@ -17,7 +17,6 @@ in "eufy" "lovelace" "nextcloud" - "synology" "tplink" "wiz" "zwave_js" diff --git a/hosts/2maccabees/networking.nix b/hosts/2maccabees/networking.nix index 75e47b5..ea540a8 100644 --- a/hosts/2maccabees/networking.nix +++ b/hosts/2maccabees/networking.nix @@ -46,4 +46,7 @@ enable = true; openFirewall = true; }; + + greg.proxies."jellyfin.thehellings.lan".target = "http://localhost:8096"; + greg.proxies."jellyfin.me.ts".target = "http://localhost:8096"; }