fix(networking): enable resolvconf again
Required for dnscrypt-proxy2 & mullvad to work correctly.
This commit is contained in:
parent
ad8a751b0b
commit
55588b11e2
|
@ -5,7 +5,6 @@
|
|||
|
||||
networking = {
|
||||
nameservers = [ "127.0.0.1" "::1" ];
|
||||
resolvconf.enable = lib.mkForce false;
|
||||
# If using dhcpcd:
|
||||
dhcpcd.extraConfig = "nohook resolv.conf";
|
||||
# If using NetworkManager:
|
||||
|
|
Loading…
Reference in a new issue