From d60e28ad179ae6f580239fbc39186f6ebdace92f Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 23 May 2024 13:49:46 +0100 Subject: [PATCH] modify boostrap.sh --- scripts/bootstrap.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 02ef534..f874fa6 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -64,7 +64,6 @@ just update-sops-secrets # Install Nixos to target cd "$HOME/nixos" git add . && git commit -m "auto: bootstrapping $hostname" && git push -[ $? != 0 ] && echo "Error commiting current changes" && exit 1 SHELL=/bin/sh nix run github:nix-community/nixos-anywhere -- --extra-files "$temp" --flake .#"$config" root@"$ip" -i "$HOME/.ssh/id_ed25519" [ $? != 0 ] && echo "Error installing Nixos" && exit 1