1
0
mirror of https://github.com/kmein/niveum synced 2026-03-19 11:31:09 +01:00

fix(openvpn): route only HU traffic

This commit is contained in:
Kierán Meinhardt
2019-12-03 23:18:14 +01:00
parent 175f16e168
commit 80176887f5

View File

@@ -18,7 +18,7 @@ let
}}" }}"
phase2="auth=PAP" phase2="auth=PAP"
''; '';
only-hu-traffic = false; only-hu-traffic = true;
in { in {
networking.wireless.networks = { networking.wireless.networks = {
eduroam_5GHz.auth = eduroamAuth; eduroam_5GHz.auth = eduroamAuth;