aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/wifi-spt.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/wifi-spt.nix')
-rw-r--r--nixos/modules/wifi-spt.nix2
1 files changed, 1 insertions, 1 deletions
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
};
};