diff options
author | EuAndreh <eu@euandre.org> | 2020-08-10 13:53:25 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-08-10 13:53:25 -0300 |
commit | b99e78f5e5fd01b33450debab01d1613d5ac1552 (patch) | |
tree | 60210661132eb8c624bcbc7243aae27e530fa311 /nixos-update.sh | |
parent | Remove unused secrets/{borg,ssh}/ (diff) | |
download | toph-b99e78f5e5fd01b33450debab01d1613d5ac1552.tar.gz toph-b99e78f5e5fd01b33450debab01d1613d5ac1552.tar.xz |
Use new image with new SSH key and andreh user
Diffstat (limited to 'nixos-update.sh')
-rwxr-xr-x | nixos-update.sh | 2 |
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 |