nixos/hostapd: add passwordFile to structured SAE entries (#365727)

This commit is contained in:
Michele Guerini Rocco
2025-02-27 13:51:23 +01:00
committed by GitHub
2 changed files with 1204 additions and 980 deletions
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -35,7 +35,7 @@ let
ssid = "nixos-test-sae";
authentication = {
mode = "wpa3-sae";
saePasswords = [ { password = naughtyPassphrase; } ];
saePasswords = [ { passwordFile = pkgs.writeText "password" naughtyPassphrase; } ];
};
bssid = "02:00:00:00:00:00";
};