From 4147e50f18476deaeaa3a3516c727fb2724dd0a8 Mon Sep 17 00:00:00 2001 From: "Janik H." Date: Wed, 13 Mar 2024 09:50:56 +0100 Subject: [PATCH] nixos/unbound: drop networkmanager since it doesn't support unbound anymore --- nixos/modules/services/networking/unbound.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nixos/modules/services/networking/unbound.nix b/nixos/modules/services/networking/unbound.nix index 8438e472e11e..ab6c03cc0d02 100644 --- a/nixos/modules/services/networking/unbound.nix +++ b/nixos/modules/services/networking/unbound.nix @@ -229,8 +229,6 @@ in { resolvconf = { useLocalResolver = mkDefault true; }; - - networkmanager.dns = "unbound"; }; environment.etc."unbound/unbound.conf".source = confFile;