nixos/unbound: drop networkmanager since it doesn't support unbound anymore

This commit is contained in:
Janik H. 2024-03-13 09:50:56 +01:00
parent a97e56ae28
commit 4147e50f18
No known key found for this signature in database

View File

@ -229,8 +229,6 @@ in {
resolvconf = {
useLocalResolver = mkDefault true;
};
networkmanager.dns = "unbound";
};
environment.etc."unbound/unbound.conf".source = confFile;