mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
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";
|
||||
}];
|
||||
|
||||
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 New Issue
Block a user