From 65d1a1c993354f17dcdb0a3452e34ecbda6b107e Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sun, 8 Dec 2024 01:33:30 -0500 Subject: [PATCH] quote identity and password --- base.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base.nix b/base.nix index f84cea4..09a5ac7 100644 --- a/base.nix +++ b/base.nix @@ -25,8 +25,8 @@ pairwise=CCMP auth_alg=OPEN proto=RSN - identity=ext:identity - password=ext:password + identity="ext:identity" + password="ext:password" phase1="peaplabel=0" phase2="auth=MSCHAPV2" '';