From a8b30591ee93e12d801a0b74096fcfd59c114229 Mon Sep 17 00:00:00 2001 From: Garionion Date: Fri, 15 Jul 2022 10:06:48 +0200 Subject: [PATCH] dns: add prometheus exporter --- hosts/dns/dns.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/dns/dns.nix b/hosts/dns/dns.nix index 585c91d..6544f5c 100644 --- a/hosts/dns/dns.nix +++ b/hosts/dns/dns.nix @@ -6,8 +6,10 @@ enable = true; config = '' .:53 { + errors log cache + prometheus 10.42.10.8:9253 unbound } '';