From dbfe38ec145b70f74d7f24eb617e96d2bf57a9e0 Mon Sep 17 00:00:00 2001 From: kenny Date: Sat, 4 Oct 2025 19:32:27 +0300 Subject: [PATCH] Add Jellyfin iframe --- hosts/box/glance.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/box/glance.nix b/hosts/box/glance.nix index 5811114..e248150 100644 --- a/hosts/box/glance.nix +++ b/hosts/box/glance.nix @@ -147,6 +147,11 @@ { type = "group"; widgets = [ + { + type = "iframe"; + source = "http://192.168.0.131:8096/web/#/home.html"; + height = 800; + } { type = "iframe"; source = "http://192.168.0.131:19999/v3";