From e5b43de61c891d2f9d43ac2f81b6a73ec99aafa5 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Fri, 21 Nov 2025 00:01:49 -0600 Subject: [PATCH] Add dnsmasq and kea exporters --- hosts/genesis/networking.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hosts/genesis/networking.nix b/hosts/genesis/networking.nix index 2709680..e35a8db 100644 --- a/hosts/genesis/networking.nix +++ b/hosts/genesis/networking.nix @@ -108,6 +108,14 @@ in enable = true; systemCronJobs = [ "* * * * * root ${adblockUpdate} 2>&1 > /var/log/adblock.log" ]; }; + + prometheus.exporters = { + dnsmasq.enable = true; + kea = { + enable = true; + targets = [ "http://127.0.0.1:8547" ]; + }; + }; }; # End of services configuration environment.systemPackages = with pkgs; [