diff --git a/README.md b/README.md index 2268809..73c89f2 100644 --- a/README.md +++ b/README.md @@ -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)" ``` - diff --git a/shell.nix b/shell.nix index a93cf5f..43710cd 100644 --- a/shell.nix +++ b/shell.nix @@ -1,4 +1,6 @@ -{ pkgs ? import { } }: +{ + pkgs ? import { }, +}: pkgs.mkShell { buildInputs = with pkgs; [