From 89ba26bea7de176e82b5c8f6535a9322e761e976 Mon Sep 17 00:00:00 2001 From: osbm Date: Sun, 7 Sep 2025 18:29:40 +0300 Subject: [PATCH] make it an iframe --- modules/services/glance.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/modules/services/glance.nix b/modules/services/glance.nix index 88a60b7..70f8f20 100644 --- a/modules/services/glance.nix +++ b/modules/services/glance.nix @@ -174,10 +174,9 @@ size = "full"; widgets = [ { - type = "extension"; - url = "http://localhost:8501"; - allow-potentially-dangerous-html = true; - + type = "iframe"; + source = "http://localhost:8501"; + height = 1600; } ]; }