diff --git a/system/hosts/router/metrics.nix b/system/hosts/router/metrics.nix index bb2fc66..919ebb3 100644 --- a/system/hosts/router/metrics.nix +++ b/system/hosts/router/metrics.nix @@ -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; };