clone config using http

This commit is contained in:
Infinidoge 2024-12-08 01:18:50 -05:00
parent 0d8e84adb9
commit 3037384c40
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

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