From 993b931b00d8c48f5d9aae387528997da428cdaa Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Tue, 10 Mar 2026 00:06:00 +0100 Subject: [PATCH] srv-core: Disable gatus --- hosts/srv-core/configuration.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/hosts/srv-core/configuration.nix b/hosts/srv-core/configuration.nix index 80844ff..1f34570 100644 --- a/hosts/srv-core/configuration.nix +++ b/hosts/srv-core/configuration.nix @@ -67,12 +67,6 @@ domain = "grafana.${config.custom.networking.overlay.domain}"; }; - gatus = { - enable = true; - domain = "status.${config.custom.networking.overlay.domain}"; - generateDefaultEndpoints = true; - }; - glance = { enable = true; domain = "home.${config.custom.networking.overlay.domain}";