diff --git a/base.nix b/base.nix index 09a5ac7..f84cea4 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" ''; diff --git a/kiosk.nix b/kiosk.nix index 299b7d2..13e6018 100644 --- a/kiosk.nix +++ b/kiosk.nix @@ -45,7 +45,6 @@ in requires = [ "network-online.target" ]; path = with pkgs; [ git git-crypt ]; script = '' - [ -d /etc/nixos/.git ] && exit 0 git clone https://git.inx.moe/Infinidoge/kiosk.git /etc/nixos cd /etc/nixos git-crypt unlock /etc/decryption.key diff --git a/wireless.key b/wireless.key index ef0c065..45f9cba 100644 Binary files a/wireless.key and b/wireless.key differ