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"