Merge pull request #1582 from ttuegel/networkmanager
networkmanager: load modules required for PPTP
This commit is contained in:
commit
29a29c6438
@ -130,6 +130,8 @@ in {
|
|||||||
message = "You can not use networking.networkmanager with services.networking.wireless";
|
message = "You can not use networking.networkmanager with services.networking.wireless";
|
||||||
}];
|
}];
|
||||||
|
|
||||||
|
boot.kernelModules = [ "ppp_mppe" ]; # Needed for most (all?) PPTP VPN connections.
|
||||||
|
|
||||||
environment.etc = [
|
environment.etc = [
|
||||||
{ source = ipUpScript;
|
{ source = ipUpScript;
|
||||||
target = "NetworkManager/dispatcher.d/01nixos-ip-up";
|
target = "NetworkManager/dispatcher.d/01nixos-ip-up";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user