From 2eb33f25266d52a92a76cca0aaa1dc85347b2f00 Mon Sep 17 00:00:00 2001 From: satr14 Date: Fri, 1 May 2026 17:03:55 +0700 Subject: [PATCH] remove unused monitor --- modules/system/homelab/dash.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/system/homelab/dash.nix b/modules/system/homelab/dash.nix index 9f55182..f419efb 100644 --- a/modules/system/homelab/dash.nix +++ b/modules/system/homelab/dash.nix @@ -53,8 +53,6 @@ [ "Google Web Results Only" "!s" "https://google.com/search?udm=14&q={QUERY}" ] ]; monitor = [ - [ "Hypervisor" "https://10.3.14.69:8006/" ] - [ "Router" "http://10.3.14.1:80/" ] [ "DNS" "http://localhost:8088/" ] [ "Proxy" "https://proxy.${homelab.domain}/" ] ];