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