[NixOS] Temporary fix for network manager DNS issues
This commit is contained in:
parent
09ecde7aa3
commit
c04f5e8edf
@ -44,6 +44,10 @@ in
|
||||
enable = true;
|
||||
enableStrongSwan = true;
|
||||
packages = [ pkgs.networkmanager-l2tp ];
|
||||
extraConfig = ''
|
||||
[main]
|
||||
rc-manager=resolvconf
|
||||
'';
|
||||
};
|
||||
networking.firewall.enable = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user