auto: bootstrapping sparky
This commit is contained in:
parent
20cbdc28b6
commit
e520e7c6f2
|
@ -228,11 +228,11 @@
|
|||
"nix-secrets": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1716752717,
|
||||
"narHash": "sha256-+y4Md2XbsFekQngnEAeW3vUuzsEu6c13gXGF66RHwKE=",
|
||||
"lastModified": 1716754348,
|
||||
"narHash": "sha256-t9kq50umsIS7wXytduwrXLlu1YFoUq0TxZve8ERQ2g8=",
|
||||
"ref": "refs/heads/master",
|
||||
"rev": "69537cb3c35198fe3e7cff697f4458e64d710bf6",
|
||||
"revCount": 55,
|
||||
"rev": "61cc5cdf27cf8e940f324820232c35b72c80848b",
|
||||
"revCount": 56,
|
||||
"type": "git",
|
||||
"url": "ssh://git@git.bitlab21.com/sam/nix-secrets.git"
|
||||
},
|
||||
|
|
|
@ -67,7 +67,7 @@ echo -e "\nNeed to change ownership of temp directories, enter sudo password if
|
|||
cd "$HOME/nixos"
|
||||
git add . && git commit -m "auto: bootstrapping $hostname" && git push
|
||||
|
||||
nix run github:nix-community/nixos-anywhere -- --extra-files "$temp" --flake .#"$config" root@"$ip" -i "$HOME/.ssh/id_ed25519"
|
||||
nix run github:nix-community/nixos-anywhere/242444d228636b1f0e89d3681f04a75254c29f66 -- --extra-files "$temp" --flake .#"$config" root@"$ip" -i "$HOME/.ssh/id_ed25519"
|
||||
[ $? != 0 ] && echo "Error installing Nixos" && exit 1
|
||||
|
||||
## Delete keys from local known_hosts
|
||||
|
|
Loading…
Reference in New Issue