From 25018e8c41ab1b4a4d2d05d1d9a67229c6c13072 Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 23 May 2024 13:38:43 +0100 Subject: [PATCH] auto: bootstrapping sparky --- scripts/bootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) 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