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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user