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" ''; diff --git a/kiosk.nix b/kiosk.nix index 13e6018..299b7d2 100644 --- a/kiosk.nix +++ b/kiosk.nix @@ -45,6 +45,7 @@ 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 45f9cba..ef0c065 100644 Binary files a/wireless.key and b/wireless.key differ