diff options
author | ene <ene@sils.li> | 2023-04-08 08:27:15 +0200 |
---|---|---|
committer | ene <ene@sils.li> | 2023-04-08 08:27:15 +0200 |
commit | 1379755453df999700fcb0a94a5ac3bb355818cd (patch) | |
tree | 9a0e7f56ea14fe8993efefda6a1db545ecb9ee71 /bootstrap | |
parent | Feat(system/services/printing): Add a printer (diff) | |
download | nixos-config-1379755453df999700fcb0a94a5ac3bb355818cd.tar.gz nixos-config-1379755453df999700fcb0a94a5ac3bb355818cd.zip |
Fix(bootstrap/setup): Switch to https clone
Cloning over ssh requires to check the codeberg ssh key. As there are no reasons in this case to use ssh, using https is just easier.
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap/setup/setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/setup/setup.sh b/bootstrap/setup/setup.sh index d67c39ff..93e7aca1 100755 --- a/bootstrap/setup/setup.sh +++ b/bootstrap/setup/setup.sh @@ -26,7 +26,7 @@ done nixos-install --flake git+https://codeberg.org/ene/nixos-config#${host} --no-root-passwd # clone the git config -git clone git@codeberg.org:ene/nixos-config.git /mnt/srv/etc/nixos +git clone https://codeberg.org/ene/nixos-config.git /mnt/srv/etc/nixos # setup persistent home dir mkdir --parents /mnt/srv/home |