From 6adf47db0a246ff51a323e8bc0d37dd69b14495d Mon Sep 17 00:00:00 2001 From: cdombroski Date: Thu, 16 May 2024 09:39:14 -0400 Subject: [PATCH] Unbound control socket --- systems/orangepihole/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/orangepihole/configuration.nix b/systems/orangepihole/configuration.nix index 10cc0c5..9648948 100644 --- a/systems/orangepihole/configuration.nix +++ b/systems/orangepihole/configuration.nix @@ -44,6 +44,7 @@ services = { unbound = { enable = true; + localControlSocketPath = "/var/lib/unbound/control.sock"; settings = { server = { qname-minimisation = "yes";