about summary refs log tree commit diff
path: root/nixos
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
parenta97e56ae280f0bae8a0f57d60fda0fd1b5179885 (diff)
downloadnixlib-4147e50f18476deaeaa3a3516c727fb2724dd0a8.tar
nixlib-4147e50f18476deaeaa3a3516c727fb2724dd0a8.tar.gz
nixlib-4147e50f18476deaeaa3a3516c727fb2724dd0a8.tar.bz2
nixlib-4147e50f18476deaeaa3a3516c727fb2724dd0a8.tar.lz
nixlib-4147e50f18476deaeaa3a3516c727fb2724dd0a8.tar.xz
nixlib-4147e50f18476deaeaa3a3516c727fb2724dd0a8.tar.zst
nixlib-4147e50f18476deaeaa3a3516c727fb2724dd0a8.zip
nixos/unbound: drop networkmanager since it doesn't support unbound anymore
Diffstat (limited to 'nixos')
-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 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;