fix[client]: make network config more stable

This commit is contained in:
Leon Schwarzäugl 2025-10-21 13:15:55 +02:00
parent fb37690bc0
commit 101f4d3183
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
2 changed files with 8 additions and 4 deletions

View file

@ -10676,11 +10676,13 @@ Options that I need specifically at work. There are more options at [[#h:f0b2ea9
id = "VBC"; id = "VBC";
type = "wifi"; type = "wifi";
autoconnect-priority = "500"; autoconnect-priority = "500";
uuid = "3988f10e-6451-381f-9330-a12e66f45051";
secondaries = "48d09de4-0521-47d7-9bd5-43f97e23ff82"; # vpn uuid secondaries = "48d09de4-0521-47d7-9bd5-43f97e23ff82"; # vpn uuid
}; };
ipv4 = { method = "auto"; }; ipv4 = { method = "auto"; };
ipv6 = { ipv6 = {
addr-gen-mode = "default"; # addr-gen-mode = "default";
addr-gen-mode = "stable-privacy";
method = "auto"; method = "auto";
}; };
proxy = { }; proxy = { };
@ -10693,7 +10695,7 @@ Options that I need specifically at work. There are more options at [[#h:f0b2ea9
ssid = "VBC"; ssid = "VBC";
}; };
wifi-security = { wifi-security = {
auth-alg = "open"; # auth-alg = "open";
key-mgmt = "wpa-eap"; key-mgmt = "wpa-eap";
}; };
}; };

View file

@ -94,11 +94,13 @@ in
id = "VBC"; id = "VBC";
type = "wifi"; type = "wifi";
autoconnect-priority = "500"; autoconnect-priority = "500";
uuid = "3988f10e-6451-381f-9330-a12e66f45051";
secondaries = "48d09de4-0521-47d7-9bd5-43f97e23ff82"; # vpn uuid secondaries = "48d09de4-0521-47d7-9bd5-43f97e23ff82"; # vpn uuid
}; };
ipv4 = { method = "auto"; }; ipv4 = { method = "auto"; };
ipv6 = { ipv6 = {
addr-gen-mode = "default"; # addr-gen-mode = "default";
addr-gen-mode = "stable-privacy";
method = "auto"; method = "auto";
}; };
proxy = { }; proxy = { };
@ -111,7 +113,7 @@ in
ssid = "VBC"; ssid = "VBC";
}; };
wifi-security = { wifi-security = {
auth-alg = "open"; # auth-alg = "open";
key-mgmt = "wpa-eap"; key-mgmt = "wpa-eap";
}; };
}; };