diff options
author | EuAndreh <eu@euandre.org> | 2020-12-05 10:37:39 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-12-05 10:37:39 -0300 |
commit | 57765d28b1afc344e667cc0fe26587911a97b034 (patch) | |
tree | 9bc343cf8fa273936e5e8e2aa0f56fa79ebb7284 | |
parent | vps.scm: Rename mcron restart simple-service (diff) | |
download | server-57765d28b1afc344e667cc0fe26587911a97b034.tar.gz server-57765d28b1afc344e667cc0fe26587911a97b034.tar.xz |
guix-reconfigure.sh: Sync remotely to sync/
-rwxr-xr-x | guix-reconfigure.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guix-reconfigure.sh b/guix-reconfigure.sh index 868b2cd..201b878 100755 --- a/guix-reconfigure.sh +++ b/guix-reconfigure.sh @@ -3,6 +3,6 @@ set -Eeuo pipefail cd "$(dirname "${BASH_SOURCE[0]}")" set -x -rsync -avzzP sync/ "$TLD:~/" +rsync -avzzP sync/ "$TLD:~/sync/" # ssh "$TLD" guix pull -ssh "$TLD" sudo guix system reconfigure vps.scm +ssh "$TLD" sudo guix system reconfigure sync/vps.scm |