From 0b58cf8c4da40a14b662e0c195ec9ad7a0d0a352 Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 22 May 2024 21:21:20 +0100 Subject: [PATCH] auto: bootstrapping bootstrap --- scripts/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 4f8dfd3..7817091 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -18,7 +18,7 @@ read -p "Confirm host had been setup using the above steps...(yes|no): " confirm #read -p "Enter username: " username #read -p "Enter ip address: " ip #read -p "Enter nixosSystem to build, e.g. 'bootstrap': " config -hostname="bootstrap-nixos" +hostname="bootstrap" ip="192.168.122.192" config="bootstrap"