Add dnsmasq and kea exporters

This commit is contained in:
Greg Hellings
2025-11-21 00:01:49 -06:00
parent 5ae91f18ba
commit e5b43de61c
+8
View File
@@ -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; [