diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-05-04 01:04:59 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-05-04 01:04:59 +0300 |
commit | 8d48aa19f45d621d0ce234c81d3c930cb5b05eb5 (patch) | |
tree | 0ea1ba56b8e31eca1316400e4b16f2602c970327 /modules/nixos/unbound.nix | |
parent | 2023-05-02 (diff) |
2023-05-04
Diffstat (limited to '')
-rw-r--r-- | modules/nixos/unbound.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/nixos/unbound.nix b/modules/nixos/unbound.nix index d24b79e..7805b02 100644 --- a/modules/nixos/unbound.nix +++ b/modules/nixos/unbound.nix @@ -133,6 +133,7 @@ in { localControlSocketPath = "/run/unbound/unbound.socket"; }; + # TODO Switch to https://github.com/letsencrypt/unbound_exporter. prometheus.exporters.unbound = { enable = true; listenAddress = mkDefault this.wireguard.ipv4.address; |