From f31ee928ba5d0babb8e758c1d2ac7691ff51bbfa Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 16 Nov 2020 20:00:24 -0300 Subject: Forget existing resource to start working on new VPS --- nixos-switch.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'nixos-switch.sh') diff --git a/nixos-switch.sh b/nixos-switch.sh index f2df2ac..7ddbec9 100755 --- a/nixos-switch.sh +++ b/nixos-switch.sh @@ -6,11 +6,8 @@ cd "$(dirname "${BASH_SOURCE[0]}")" set -x -if [[ "${1:-}" = '--bootstrap' ]]; then - USER_PASSWORD="$(cat ./secrets/base-image-old-password.txt)" -else - USER_PASSWORD="$(cat ./secrets/user-password.txt)" -fi +USER_PASSWORD="$(cat ./secrets/base-image-old-password.txt)" +export TLD='euandreh.xyz' # Idempotent init folders and permissions FOLDERS='/data/ /data/secrets/ /data/favicons/ /data/git/ /data/static/ci-logs/ /data/static/ci-logs/placeholder/ /data/nixos/ /data/static/logrotate/' -- cgit v1.2.3