Merge pull request #295547 from Janik-Haag/unbound
nixos/unbound: drop networkmanager since it doesn't support unbound anymore
This commit is contained in:
commit
55251f1ffc
1 changed files with 0 additions and 2 deletions
|
@ -230,8 +230,6 @@ in {
|
|||
resolvconf = {
|
||||
useLocalResolver = mkDefault true;
|
||||
};
|
||||
|
||||
networkmanager.dns = "unbound";
|
||||
};
|
||||
|
||||
environment.etc."unbound/unbound.conf".source = confFile;
|
||||
|
|
Loading…
Reference in a new issue