Make branch name the hostname on initial setup

This commit is contained in:
2025-06-25 22:09:17 -07:00
parent 4d7f3000cd
commit 287febcf99

View File

@@ -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"