auto: bootstrapping sparky
This commit is contained in:
parent
bf1845e2e1
commit
d7ce738cd1
|
@ -228,11 +228,11 @@
|
||||||
"nix-secrets": {
|
"nix-secrets": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1716736816,
|
"lastModified": 1716736919,
|
||||||
"narHash": "sha256-VWqSZDDiwIIUUPP0fCGIYJVB76rNuykViZDiU5W0aaY=",
|
"narHash": "sha256-8nez9aHXozu8uJachSETQgsG0fgEqTi3sGeWyfeNBqk=",
|
||||||
"ref": "refs/heads/master",
|
"ref": "refs/heads/master",
|
||||||
"rev": "3b91f747870fd65005e491d759a4c88f68802fdb",
|
"rev": "8fe58ac9c3ec754bc262b7df375ff0da174bd080",
|
||||||
"revCount": 49,
|
"revCount": 50,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "ssh://git@git.bitlab21.com/sam/nix-secrets.git"
|
"url": "ssh://git@git.bitlab21.com/sam/nix-secrets.git"
|
||||||
},
|
},
|
||||||
|
|
|
@ -13,7 +13,7 @@ read -p "Confirm host had been setup using the above steps...(yes|no): " confirm
|
||||||
[ "$confirm" != "yes" ] && echo "Exiting" && exit 0
|
[ "$confirm" != "yes" ] && echo "Exiting" && exit 0
|
||||||
|
|
||||||
hostname="sparky"
|
hostname="sparky"
|
||||||
ip="192.168.122.192"
|
ip="192.168.122.193"
|
||||||
config="bootstrap"
|
config="bootstrap"
|
||||||
|
|
||||||
# Delete key in known hosts if exists
|
# Delete key in known hosts if exists
|
||||||
|
|
Loading…
Reference in New Issue