Compare commits

..

3 commits

3 changed files with 3 additions and 2 deletions

View file

@ -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"
'';

View file

@ -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

Binary file not shown.