Add instructions for wpa3 wifis

This commit is contained in:
Hans Muendelein 2025-07-26 16:52:00 +02:00
parent 8f7fe9380d
commit b2576dc0b8
Signed by: hans
GPG Key ID: BA7B55E984CE74F4
2 changed files with 21 additions and 3 deletions

View File

@ -15,7 +15,24 @@ systemctl start wpa_supplicant
wpa_cli
```
And then:
And then for wpa3
```
> add_network
0
> set_network 0 ssid "forest"
OK
> set_network 0 key_mgmt SAE
OK
> set_network 0 sae_password "ki*****"
OK
> enable_network 0
OK
quit
nix-shell -E "import (builtins.fetchurl https://git.cluster.gay/hans/nixos-install/raw/branch/main/shell.nix)"
```
Or older wpa2
```
> add_network
@ -31,4 +48,3 @@ OK
quit
nix-shell -E "import (builtins.fetchurl https://git.cluster.gay/hans/nixos-install/raw/branch/main/shell.nix)"
```

View File

@ -1,4 +1,6 @@
{ pkgs ? import <nixpkgs> { } }:
{
pkgs ? import <nixpkgs> { },
}:
pkgs.mkShell {
buildInputs = with pkgs; [