Compare commits
3 commits
52a076e375
...
76c04ac4ad
Author | SHA1 | Date | |
---|---|---|---|
76c04ac4ad | |||
b626f5991e | |||
65d1a1c993 |
3 changed files with 3 additions and 2 deletions
4
base.nix
4
base.nix
|
@ -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"
|
||||||
'';
|
'';
|
||||||
|
|
|
@ -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
|
||||||
|
|
BIN
wireless.key
BIN
wireless.key
Binary file not shown.
Loading…
Reference in a new issue