From b7e4e8bb145215f992a5dceaf676c105f6296452 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 10 Aug 2020 14:35:42 -0300 Subject: Interactive Terraform plan -> apply cycle --- nixos-update.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'nixos-update.sh') diff --git a/nixos-update.sh b/nixos-update.sh index b4deb7e..d8a3750 100755 --- a/nixos-update.sh +++ b/nixos-update.sh @@ -4,9 +4,6 @@ set -Eeuo pipefail cd "$(dirname "${BASH_SOURCE[0]}")" -git crypt unlock -direnv allow - envsubst < vps-configuration.env.nix | ssh "$TLD" 'cat > /tmp/tmp.nix' echo "${USER_PASSWORD}" | ssh "$TLD" sudo -S mv /tmp/tmp.nix /etc/nixos/configuration.nix echo "${USER_PASSWORD}" | ssh "$TLD" sudo -S -i nixos-rebuild switch --upgrade -- cgit v1.2.3