From c2ab88680de9512b80f8ea8dd73b67c5028b58e0 Mon Sep 17 00:00:00 2001 From: ene Date: Fri, 7 Apr 2023 19:14:39 +0200 Subject: Feat(treewide): Move to codeberg for hosting What am I'm to do? They have ssh authentication. --- bootstrap/activate/activate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap/activate') diff --git a/bootstrap/activate/activate.sh b/bootstrap/activate/activate.sh index 4ee4e82e..5d53990f 100755 --- a/bootstrap/activate/activate.sh +++ b/bootstrap/activate/activate.sh @@ -64,7 +64,7 @@ msg "Finished mounting" readp "Do you want to continue with nixos-install? [N/y]: " result case $result in [Yy]) - nix run "git+https://git.sils.li/ene/nixos-config#setup" --experimental-features 'nix-command flakes'; + nix run "git+https://codeberg.org/ene/nixos-config#setup" --experimental-features 'nix-command flakes'; ;; *) msg "Sure, do it yourself" -- cgit 1.4.1