From 094393879b1235cc3f4963134354a67e28c41771 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Wed, 26 Nov 2025 21:15:21 +0100 Subject: [PATCH] vps-monitor: Remove ssh-gatus-endpoint --- hosts/vps-monitor/default.nix | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/hosts/vps-monitor/default.nix b/hosts/vps-monitor/default.nix index ff5c0f3..fae712c 100644 --- a/hosts/vps-monitor/default.nix +++ b/hosts/vps-monitor/default.nix @@ -37,16 +37,9 @@ enable = true; domain = "status.${tailscaleDomain}"; generateDefaultEndpoints = true; - endpoints = { - "alerts" = { - path = "/v1/health"; - extraConditions = [ "[BODY].healthy == true" ]; - }; - "git ssh" = { - group = "vps-public"; - protocol = "ssh"; - domain = "git.sstork.dev"; - }; + endpoints."alerts" = { + path = "/v1/health"; + extraConditions = [ "[BODY].healthy == true" ]; }; };