From d7ce738cd165edba51477d7dbfad375d525bb0fb Mon Sep 17 00:00:00 2001 From: Sam Date: Sun, 26 May 2024 16:22:04 +0100 Subject: [PATCH] auto: bootstrapping sparky --- flake.lock | 8 ++++---- scripts/bootstrap.sh | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index e948026..cbc3a5e 100644 --- a/flake.lock +++ b/flake.lock @@ -228,11 +228,11 @@ "nix-secrets": { "flake": false, "locked": { - "lastModified": 1716736816, - "narHash": "sha256-VWqSZDDiwIIUUPP0fCGIYJVB76rNuykViZDiU5W0aaY=", + "lastModified": 1716736919, + "narHash": "sha256-8nez9aHXozu8uJachSETQgsG0fgEqTi3sGeWyfeNBqk=", "ref": "refs/heads/master", - "rev": "3b91f747870fd65005e491d759a4c88f68802fdb", - "revCount": 49, + "rev": "8fe58ac9c3ec754bc262b7df375ff0da174bd080", + "revCount": 50, "type": "git", "url": "ssh://git@git.bitlab21.com/sam/nix-secrets.git" }, diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index f61af5c..46ab187 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -13,7 +13,7 @@ read -p "Confirm host had been setup using the above steps...(yes|no): " confirm [ "$confirm" != "yes" ] && echo "Exiting" && exit 0 hostname="sparky" -ip="192.168.122.192" +ip="192.168.122.193" config="bootstrap" # Delete key in known hosts if exists