auto: bootstrapping sparky
This commit is contained in:
parent
3381e2e689
commit
25018e8c41
|
@ -59,6 +59,8 @@ sed -i "{
|
||||||
/&hosts:/{n; p; s/\(.*- &\).*/\1$hostname $HOST_AGE_KEY/}
|
/&hosts:/{n; p; s/\(.*- &\).*/\1$hostname $HOST_AGE_KEY/}
|
||||||
}" $SOPS_FILE
|
}" $SOPS_FILE
|
||||||
|
|
||||||
|
just update-sops-secrets
|
||||||
|
|
||||||
# Install Nixos to target
|
# Install Nixos to target
|
||||||
cd "$HOME/nixos"
|
cd "$HOME/nixos"
|
||||||
git add . && git commit -m "auto: bootstrapping $hostname" && git push
|
git add . && git commit -m "auto: bootstrapping $hostname" && git push
|
||||||
|
|
Loading…
Reference in New Issue