diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index a7f2986..02ef534 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -59,6 +59,8 @@ sed -i "{ /&hosts:/{n; p; s/\(.*- &\).*/\1$hostname $HOST_AGE_KEY/} }" $SOPS_FILE +just update-sops-secrets + # Install Nixos to target cd "$HOME/nixos" git add . && git commit -m "auto: bootstrapping $hostname" && git push