3
0
Fork 0
forked from mirrors/nixpkgs

networkmanager: load modules required for PPTP

This commit is contained in:
Thomas Tuegel 2014-01-19 14:40:51 -06:00
parent f2d6166781
commit 7b743fcaab

View file

@ -130,6 +130,8 @@ in {
message = "You can not use networking.networkmanager with services.networking.wireless";
}];
boot.kernelModules = [ "ppp_mppe" ]; # Needed for most (all?) PPTP VPN connections.
environment.etc = [
{ source = ipUpScript;
target = "NetworkManager/dispatcher.d/01nixos-ip-up";