From 9e3810613074a45e5abacc931685dee9efe7965d Mon Sep 17 00:00:00 2001 From: niten Date: Wed, 2 Feb 2022 16:18:58 -0800 Subject: [PATCH] Added prometheus, grafana, and backplane cfg --- domains/informis.land.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/domains/informis.land.nix b/domains/informis.land.nix index b4a65ed..27622a0 100644 --- a/domains/informis.land.nix +++ b/domains/informis.land.nix @@ -12,4 +12,10 @@ primary-nameserver = "procul"; primary-mailserver = "procul"; zone = "informis.land"; + prometheus-hosts = [ "procul" ]; + grafana-hosts = [ "procul" ]; + backplane = { + dns-service = "nutboy3"; + domain = "fudo.link"; + }; }