From 0aa378023e9b86657ff5c83f42e635728fd3f7bf Mon Sep 17 00:00:00 2001 From: niten Date: Fri, 4 Feb 2022 21:24:20 -0800 Subject: [PATCH] Add log aggregator to fudo.org domain --- domains/fudo.org.nix | 1 + domains/sea.fudo.org.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/fudo.org.nix b/domains/fudo.org.nix index 38f7aa1..b193a14 100644 --- a/domains/fudo.org.nix +++ b/domains/fudo.org.nix @@ -21,6 +21,7 @@ prometheus-hosts = [ "nutboy3" ]; grafana-hosts = [ "nutboy3" ]; postgresql-server = "nutboy3"; + log-aggregator = "nutboy3"; backplane = { nameserver = "legatus"; dns-service = "nutboy3"; diff --git a/domains/sea.fudo.org.nix b/domains/sea.fudo.org.nix index e28dda7..46fba94 100644 --- a/domains/sea.fudo.org.nix +++ b/domains/sea.fudo.org.nix @@ -12,7 +12,7 @@ prometheus-hosts = [ "limina" ]; grafana-hosts = [ "nostromo" ]; log-aggregator = "limina"; - backplane ={ + backplane = { dns-service = "nutboy3"; domain = "fudo.link"; };