Compare commits

..

3 commits

3 changed files with 3 additions and 2 deletions

View file

@ -25,8 +25,8 @@
pairwise=CCMP pairwise=CCMP
auth_alg=OPEN auth_alg=OPEN
proto=RSN proto=RSN
identity=ext:identity identity="ext:identity"
password=ext:password password="ext:password"
phase1="peaplabel=0" phase1="peaplabel=0"
phase2="auth=MSCHAPV2" phase2="auth=MSCHAPV2"
''; '';

View file

@ -45,6 +45,7 @@ in
requires = [ "network-online.target" ]; requires = [ "network-online.target" ];
path = with pkgs; [ git git-crypt ]; path = with pkgs; [ git git-crypt ];
script = '' script = ''
[ -d /etc/nixos/.git ] && exit 0
git clone https://git.inx.moe/Infinidoge/kiosk.git /etc/nixos git clone https://git.inx.moe/Infinidoge/kiosk.git /etc/nixos
cd /etc/nixos cd /etc/nixos
git-crypt unlock /etc/decryption.key git-crypt unlock /etc/decryption.key

Binary file not shown.