auto: bootstrapping sparky
This commit is contained in:
parent
0c3ec14949
commit
20cbdc28b6
|
@ -228,11 +228,11 @@
|
|||
"nix-secrets": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1716751916,
|
||||
"narHash": "sha256-LLz5/EHi6C6maUzsrECPnnyIXg+3fLWLxVYu1rrj0D8=",
|
||||
"lastModified": 1716752717,
|
||||
"narHash": "sha256-+y4Md2XbsFekQngnEAeW3vUuzsEu6c13gXGF66RHwKE=",
|
||||
"ref": "refs/heads/master",
|
||||
"rev": "3eefbbf2436daa60114ef3a3f613223c0508f036",
|
||||
"revCount": 54,
|
||||
"rev": "69537cb3c35198fe3e7cff697f4458e64d710bf6",
|
||||
"revCount": 55,
|
||||
"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-shell -p nixos-anywhere --run "nixos-anywhere --extra-files ""\"$temp""\" --flake .#""\"$config""\" root@""\"$ip""\" -i ""\"$HOME/.ssh/id_ed25519""\""
|
||||
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
|
||||
|
||||
## Delete keys from local known_hosts
|
||||
|
|
Loading…
Reference in New Issue