From a9fb4319d375a99863ec58e38bb72699398e0cd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sun, 6 Aug 2023 20:35:58 +0300 Subject: [PATCH] Revert "add grafana.jakst" This reverts commit 56c01c7dd0b20a58c2193868af42a30b02ae99d4. Will do https://grafana.jakstys.lt instead --- hosts/hel1-a/configuration.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hosts/hel1-a/configuration.nix b/hosts/hel1-a/configuration.nix index f708e84..fd43cbb 100644 --- a/hosts/hel1-a/configuration.nix +++ b/hosts/hel1-a/configuration.nix @@ -157,11 +157,6 @@ in { nameservers = ["1.1.1.1" "8.8.4.4"]; magic_dns = true; base_domain = "jakst"; - extra_records = { - name = "grafana.jakst"; - type = "A"; - value = myData.hosts."vno1-oh2.servers.jakst".jakstIP; - }; }; oidc = { issuer = "https://git.jakstys.lt/";