From 1f5e1174ab653aed4b958edfddc4e26f6d80b0be Mon Sep 17 00:00:00 2001 From: dadada Date: Wed, 4 May 2022 20:46:18 +0200 Subject: [PATCH] enable unbound control socket --- nixos/modules/networking.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/networking.nix b/nixos/modules/networking.nix index 507318a..a4db63e 100644 --- a/nixos/modules/networking.nix +++ b/nixos/modules/networking.nix @@ -31,6 +31,7 @@ in services.unbound = mkIf cfg.localResolver.enable { enable = true; + localControlSocketPath = "/run/unbound/unbound.ctl"; settings = { server = { prefer-ip6 = true;