From b2576dc0b80645f5dd2f4dc1848f088a7ef18ac6 Mon Sep 17 00:00:00 2001 From: Hans Muendelein Date: Sat, 26 Jul 2025 16:52:00 +0200 Subject: [PATCH] Add instructions for wpa3 wifis --- README.md | 20 ++++++++++++++++++-- shell.nix | 4 +++- 2 files changed, 21 insertions(+), 3 deletions(-) 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; [