From 660122477f811f0704392111403f706f872e9dfa Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Sat, 28 Sep 2024 22:24:55 +0200 Subject: [PATCH] re-enable sub-domains to monitor --- services/uptime-kuma/default.nix | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/services/uptime-kuma/default.nix b/services/uptime-kuma/default.nix index 8f38671..ce4b40e 100644 --- a/services/uptime-kuma/default.nix +++ b/services/uptime-kuma/default.nix @@ -6,6 +6,7 @@ }: let cfg = config.bagel.status; + # TODO: pull domains from a central place subdomains = [ "cl" "netbox" @@ -16,15 +17,15 @@ let "mimir" "pyroscope" "matrix" - # "tempo" - # "amqp" - # "fodwatch" - # "git" - # "alerts" - # "buildbot" - # "b" - # "postgres" - # "news" + "tempo" + "amqp" + "fodwatch" + "git" + "alerts" + "buildbot" + "b" + "postgres" + "news" ]; port = 3001; in