[NixOS] Patch nm/strongswan to allow psk < 20

This commit is contained in:
2019-06-17 00:59:34 -07:00
parent d86f75a37d
commit bd5e72734c
3 changed files with 49 additions and 1 deletions

View File

@@ -44,7 +44,11 @@ in
# Security and networking
security.sudo.wheelNeedsPassword = false;
networking.networkmanager.enable = true;
networking.networkmanager = {
enable = true;
enableStrongSwan = true;
packages = [ pkgs.networkmanager-l2tp ];
};
networking.firewall.enable = false;
# Audio