From c42de3037ec406fa834c6c1756a6f0b70dcdd38f Mon Sep 17 00:00:00 2001 From: Karel Kočí Date: Wed, 23 Sep 2026 08:09:45 +0200 Subject: treewise: cleanup and general update --- nixos/modules/wifi-spt.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/wifi-spt.nix') diff --git a/nixos/modules/wifi-spt.nix b/nixos/modules/wifi-spt.nix index bec093e..dc1de09 100644 --- a/nixos/modules/wifi-spt.nix +++ b/nixos/modules/wifi-spt.nix @@ -21,7 +21,7 @@ wpaPasswordFile = "/run/secrets/hostapd-TurrisRules.pass"; }; settings = mkIf is2g { - ieee80211w = 0; + ieee80211w = mkForce 0; wpa_key_mgmt = mkForce "WPA-PSK"; # force use without sha256 }; }; -- cgit v1.3.1