From 927846da848a669b0f65e913c7f3e8466c90f2c5 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Mon, 15 Jan 2024 16:49:22 +0100 Subject: [PATCH] It's WPA-PSK not WPA --- nixos/hosts/wheatley/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/wheatley/configuration.nix b/nixos/hosts/wheatley/configuration.nix index 3254263..7526a02 100644 --- a/nixos/hosts/wheatley/configuration.nix +++ b/nixos/hosts/wheatley/configuration.nix @@ -88,7 +88,7 @@ networking.wireless.networks."KPNAA6306" = { hidden = true; auth = '' - key_mgmt=WPA + key_mgmt=WPA-PSK password="@PSK_HOME@" ''; };