todo amend fix unbound metrics
This commit is contained in:
parent
99cd2240a5
commit
52e3509a4a
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue