From 101f4d318350108daf65b3497e9aee08612fd5c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20Schwarz=C3=A4ugl?= Date: Tue, 21 Oct 2025 13:15:55 +0200 Subject: [PATCH] fix[client]: make network config more stable --- SwarselSystems.org | 6 ++++-- modules/nixos/optional/work.nix | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/SwarselSystems.org b/SwarselSystems.org index 31d5240..b04ce82 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -10676,11 +10676,13 @@ Options that I need specifically at work. There are more options at [[#h:f0b2ea9 id = "VBC"; type = "wifi"; autoconnect-priority = "500"; + uuid = "3988f10e-6451-381f-9330-a12e66f45051"; secondaries = "48d09de4-0521-47d7-9bd5-43f97e23ff82"; # vpn uuid }; ipv4 = { method = "auto"; }; ipv6 = { - addr-gen-mode = "default"; + # addr-gen-mode = "default"; + addr-gen-mode = "stable-privacy"; method = "auto"; }; proxy = { }; @@ -10693,7 +10695,7 @@ Options that I need specifically at work. There are more options at [[#h:f0b2ea9 ssid = "VBC"; }; wifi-security = { - auth-alg = "open"; + # auth-alg = "open"; key-mgmt = "wpa-eap"; }; }; diff --git a/modules/nixos/optional/work.nix b/modules/nixos/optional/work.nix index 9a64f37..bc969f8 100644 --- a/modules/nixos/optional/work.nix +++ b/modules/nixos/optional/work.nix @@ -94,11 +94,13 @@ in id = "VBC"; type = "wifi"; autoconnect-priority = "500"; + uuid = "3988f10e-6451-381f-9330-a12e66f45051"; secondaries = "48d09de4-0521-47d7-9bd5-43f97e23ff82"; # vpn uuid }; ipv4 = { method = "auto"; }; ipv6 = { - addr-gen-mode = "default"; + # addr-gen-mode = "default"; + addr-gen-mode = "stable-privacy"; method = "auto"; }; proxy = { }; @@ -111,7 +113,7 @@ in ssid = "VBC"; }; wifi-security = { - auth-alg = "open"; + # auth-alg = "open"; key-mgmt = "wpa-eap"; }; };