1
0
forked from extern/nix-config

networking: Disable resolvconf

Fixes an issue where newer versions of the Mullvad module would cause
websites to not resolve.

See: https://discourse.nixos.org/t/connected-to-mullvadvpn-but-no-internet-connection/35803
This commit is contained in:
Donovan Glover 2023-11-30 23:02:50 -05:00
parent 59ec861754
commit c7415ebe69
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -12,6 +12,8 @@
useHostResolvConf = true;
resolvconf.enable = false;
nat = {
enable = true;
internalInterfaces = [ "ve-+" ];