diff --git a/hosts/hel1-a/configuration.nix b/hosts/hel1-a/configuration.nix index fd43cbb..f708e84 100644 --- a/hosts/hel1-a/configuration.nix +++ b/hosts/hel1-a/configuration.nix @@ -157,6 +157,11 @@ 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/";