fix(networking): enable resolvconf again

Required for dnscrypt-proxy2 & mullvad to work correctly.
This commit is contained in:
Felix Schröter 2022-07-13 14:59:28 +02:00
parent ad8a751b0b
commit 55588b11e2
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -5,7 +5,6 @@
networking = { networking = {
nameservers = [ "127.0.0.1" "::1" ]; nameservers = [ "127.0.0.1" "::1" ];
resolvconf.enable = lib.mkForce false;
# If using dhcpcd: # If using dhcpcd:
dhcpcd.extraConfig = "nohook resolv.conf"; dhcpcd.extraConfig = "nohook resolv.conf";
# If using NetworkManager: # If using NetworkManager: