Merge pull request #295547 from Janik-Haag/unbound

nixos/unbound: drop networkmanager since it doesn't support unbound anymore
This commit is contained in:
Pol Dellaiera 2024-03-13 10:33:52 +01:00 committed by GitHub
commit 55251f1ffc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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