aboutsummaryrefslogtreecommitdiff
path: root/nixos-update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'nixos-update.sh')
-rwxr-xr-xnixos-update.sh3
1 files changed, 0 insertions, 3 deletions
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