From 7dde8af769aac2f566124dd8748aa18fec5bb7c9 Mon Sep 17 00:00:00 2001 From: noe Date: Tue, 30 Apr 2024 15:48:04 -0400 Subject: [PATCH] swap to git.sapphic.engineer --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 25a95e5..473afaf 100644 --- a/Justfile +++ b/Justfile @@ -73,7 +73,7 @@ sops-generate-keys: deploy target_host extra_flags="": @test -f nixos/hosts/{{target_host}}/.target || { echo "Host cannot be deployed, add a .target file with SSH destination"; exit 1; } - ssh -A `cat nixos/hosts/{{target_host}}/.target` sudo nixos-rebuild switch {{extra_flags}} `cat nixos/hosts/{{target_host}}/.flags 2>/dev/null || echo ''` --accept-flake-config --flake \"git+https://codeberg.org/noe/nixos.git?ref={{branch}}\&rev={{commit}}#{{target_host}}\" + ssh -A `cat nixos/hosts/{{target_host}}/.target` sudo nixos-rebuild switch {{extra_flags}} `cat nixos/hosts/{{target_host}}/.flags 2>/dev/null || echo ''` --accept-flake-config --flake \"git+https://git.sapphic.engineer/noe/nixos.git?ref={{branch}}\&rev={{commit}}#{{target_host}}\" deploy2 target_host extra_flags="": @test -f nixos/hosts/{{target_host}}/.target || { echo "Host cannot be deployed, add a .target file with SSH destination"; exit 1; }