clone config using http
This commit is contained in:
parent
0d8e84adb9
commit
3037384c40
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +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 = ''
|
||||||
git clone ssh://git@inx.moe:245/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
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue