about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorJanik H. <janik@aq0.de>2024-03-13 09:50:56 +0100
committerJanik H. <janik@aq0.de>2024-03-13 09:50:56 +0100
commit4147e50f18476deaeaa3a3516c727fb2724dd0a8 (patch)
tree6ecb8f0e3929d6c50435d5eff15bc3ab17b0a5ed /nixos/modules
parenta97e56ae280f0bae8a0f57d60fda0fd1b5179885 (diff)
nixos/unbound: drop networkmanager since it doesn't support unbound anymore
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/networking/unbound.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/modules/services/networking/unbound.nix b/nixos/modules/services/networking/unbound.nix
index 8438e472e11ee..ab6c03cc0d025 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;