mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
networkmanager: load modules required for PPTP
This commit is contained in:
parent
f2d6166781
commit
7b743fcaab
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue