todo amend fix unbound metrics

This commit is contained in:
chayleaf 2024-11-24 13:48:31 +07:00
parent 99cd2240a5
commit 52e3509a4a
Signed by: chayleaf
GPG key ID: 78171AD46227E68E

View file

@ -20,7 +20,7 @@ in {
unbound = {
enable = true;
# controlInterface = "/run/unbound/unbound.ctl";
host = "unix:///run/unbound/unbound.ctl";
unbound.host = "unix:///run/unbound/unbound.ctl";
listenAddress = netAddresses.lan4;
group = config.services.unbound.group;
};