From af761f493b5a53cc0477b94b9cfcbb8d68867aad Mon Sep 17 00:00:00 2001 From: kenny Date: Sun, 12 Oct 2025 10:35:18 +0300 Subject: [PATCH] Added infoxec.exchange to glances on box --- hosts/box/glance.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/box/glance.nix b/hosts/box/glance.nix index 5c393ab..408a820 100644 --- a/hosts/box/glance.nix +++ b/hosts/box/glance.nix @@ -147,6 +147,11 @@ { type = "group"; widgets = [ + { + type = "iframe"; + source = "https://infosec.exchange/"; + height = 400; + } { type = "iframe"; source = "http://192.168.0.131:8096/web/#/home.html";