about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2024-03-13 10:33:52 +0100
committerGitHub <noreply@github.com>2024-03-13 10:33:52 +0100
commit55251f1ffc6d038fc9b5d727205b587414064aa6 (patch)
tree3e5b0ce7bbcf5adc5cbc9db9bcb37a0f327f7e86 /nixos/modules
parent279cfec30087c9a8183c5b640470b33197897362 (diff)
parent4147e50f18476deaeaa3a3516c727fb2724dd0a8 (diff)
downloadnixlib-55251f1ffc6d038fc9b5d727205b587414064aa6.tar
nixlib-55251f1ffc6d038fc9b5d727205b587414064aa6.tar.gz
nixlib-55251f1ffc6d038fc9b5d727205b587414064aa6.tar.bz2
nixlib-55251f1ffc6d038fc9b5d727205b587414064aa6.tar.lz
nixlib-55251f1ffc6d038fc9b5d727205b587414064aa6.tar.xz
nixlib-55251f1ffc6d038fc9b5d727205b587414064aa6.tar.zst
nixlib-55251f1ffc6d038fc9b5d727205b587414064aa6.zip
Merge pull request #295547 from Janik-Haag/unbound
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 17c6789827b9..242fcd500bb0 100644
--- a/nixos/modules/services/networking/unbound.nix
+++ b/nixos/modules/services/networking/unbound.nix
@@ -230,8 +230,6 @@ in {
       resolvconf = {
         useLocalResolver = mkDefault true;
       };
-
-      networkmanager.dns = "unbound";
     };
 
     environment.etc."unbound/unbound.conf".source = confFile;