Compare commits
No commits in common. "76c04ac4ad4e96443e3e146c808ecbc3ea19d5ad" and "52a076e375baac810c5d75ede931e2cd8bad2860" have entirely different histories.
76c04ac4ad
...
52a076e375
3 changed files with 2 additions and 3 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,7 +45,6 @@ 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