From 287febcf99705a83ac3e5389446b64337455bf26 Mon Sep 17 00:00:00 2001 From: Corwin Perren Date: Wed, 25 Jun 2025 22:09:17 -0700 Subject: [PATCH] Make branch name the hostname on initial setup --- initial_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/initial_setup.sh b/initial_setup.sh index 0e40eb0..606cd55 100755 --- a/initial_setup.sh +++ b/initial_setup.sh @@ -6,7 +6,7 @@ set -e SCRIPT_DIR=$(dirname "$(readlink -f "${BASH_SOURCE[0]}")") GIT_REPO_NAME="nixos-configs" -GIT_RELEASE_BRANCH="playground" +GIT_RELEASE_BRANCH="$(hostname)" GIT_REPO_URL="git@github.com:caperren/$GIT_REPO_NAME.git" NIXOS_REPO_CONFIG_PARENT_PATH="/opt"