From 307171bf1f54caffa77fa212f3119ae1b8b82815 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 19 Sep 2020 06:21:30 -0300 Subject: Initial setup for Telegram in Matrix, but it is still not working --- nixos-switch.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nixos-switch.sh') diff --git a/nixos-switch.sh b/nixos-switch.sh index b53fbe4..a2d7fd3 100755 --- a/nixos-switch.sh +++ b/nixos-switch.sh @@ -22,7 +22,8 @@ envsubst < envsubst-configuration.nix | ssh "$TLD" 'cat > /etc/nixos/envsubst-co echo "${USER_PASSWORD}" | ssh "$TLD" sudo -S "\ sudo chown nextcloud:users ${SECRETS_ROOT}/nextcloud-admin.txt; \ sudo chown nextcloud:users ${SECRETS_ROOT}/nextcloud-database.txt;" -scp mautrix-whatsapp.yaml "${TLD}:~/config.yaml" +scp mautrix-whatsapp-config.yaml "${TLD}:/data/" +scp secrets/mautrix-telegram-config.yaml "${TLD}:/data/" # Run nixos-rebuild scp vps-configuration.nix "${TLD}:/etc/nixos/configuration.nix" -- cgit v1.2.3