diff options
author | sinanmohd <sinan@sinanmohd.com> | 2025-03-17 00:31:16 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2025-03-17 00:32:02 +0530 |
commit | aacadd4b6cbe7df5113a91090c095cc0db5ea2ad (patch) | |
tree | 18ea8f6a6801ca4b5c82d2e28a2fd52d2de3374e /os/kay/modules/router.nix | |
parent | cf9392703c0ce468a4eb41295c01b0b491ce4de1 (diff) |
kay/observability: init common exporters
Diffstat (limited to 'os/kay/modules/router.nix')
-rw-r--r-- | os/kay/modules/router.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/os/kay/modules/router.nix b/os/kay/modules/router.nix index daf4f63..1424b8a 100644 --- a/os/kay/modules/router.nix +++ b/os/kay/modules/router.nix @@ -56,4 +56,9 @@ in { dhcp-host= "${wapMac},${wapIp}"; interface = [ lanInterface ]; }; + + services.prometheus.exporters.dnsmasq = { + enable = true; + listenAddress = "127.0.0.1"; + }; } |