enable unbound control socket

This commit is contained in:
Tim Schubert 2022-05-04 20:46:18 +02:00
parent c3c9146e89
commit 1f5e1174ab
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -31,6 +31,7 @@ in
services.unbound = mkIf cfg.localResolver.enable {
enable = true;
localControlSocketPath = "/run/unbound/unbound.ctl";
settings = {
server = {
prefer-ip6 = true;