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; } ]; }