aboutsummaryrefslogtreecommitdiff
path: root/nixos-update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'nixos-update.sh')
-rwxr-xr-xnixos-update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos-update.sh b/nixos-update.sh
index 7db0bf8..bcadfd6 100755
--- a/nixos-update.sh
+++ b/nixos-update.sh
@@ -7,5 +7,5 @@ cd "$(dirname "${BASH_SOURCE[0]}")"
git crypt unlock
direnv allow
-envsubst < vps-configuration.env.nix | ssh "$TLD" 'cat > /etc/nixos/vps-configuration.nix'
+envsubst < vps-configuration.env.nix | ssh "$TLD" 'cat > /etc/nixos/configuration.nix'
ssh "$TLD" sudo nixos-rebuild switch --upgrade