mirror of
https://github.com/caperren/nixos-configs.git
synced 2025-11-09 12:11:13 +00:00
Make branch name the hostname on initial setup
This commit is contained in:
@@ -6,7 +6,7 @@ set -e
|
|||||||
SCRIPT_DIR=$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")
|
SCRIPT_DIR=$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")
|
||||||
|
|
||||||
GIT_REPO_NAME="nixos-configs"
|
GIT_REPO_NAME="nixos-configs"
|
||||||
GIT_RELEASE_BRANCH="playground"
|
GIT_RELEASE_BRANCH="$(hostname)"
|
||||||
GIT_REPO_URL="git@github.com:caperren/$GIT_REPO_NAME.git"
|
GIT_REPO_URL="git@github.com:caperren/$GIT_REPO_NAME.git"
|
||||||
|
|
||||||
NIXOS_REPO_CONFIG_PARENT_PATH="/opt"
|
NIXOS_REPO_CONFIG_PARENT_PATH="/opt"
|
||||||
|
|||||||
Reference in New Issue
Block a user