nixos/hostapd: add passwordFile to structured SAE entries (#365727)
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user