router: update unbound metrics config
This commit is contained in:
parent
91182c8e3d
commit
9a9991acdc
|
@ -19,7 +19,8 @@ in {
|
|||
};
|
||||
unbound = {
|
||||
enable = true;
|
||||
controlInterface = "/run/unbound/unbound.ctl";
|
||||
# controlInterface = "/run/unbound/unbound.ctl";
|
||||
host = "unix:///run/unbound/unbound.ctl";
|
||||
listenAddress = netAddresses.lan4;
|
||||
group = config.services.unbound.group;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue