From 85ea744c4101942a018c288089a3566046d46873 Mon Sep 17 00:00:00 2001 From: schererleander Date: Mon, 27 Oct 2025 11:08:35 +0100 Subject: fix: repo path, disable StrictHostKeyCheck --- hosts/sachiel/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts/sachiel') diff --git a/hosts/sachiel/configuration.nix b/hosts/sachiel/configuration.nix index 124e75d..7751dcc 100644 --- a/hosts/sachiel/configuration.nix +++ b/hosts/sachiel/configuration.nix @@ -177,9 +177,9 @@ services.borgbackup.jobs.nextcloud = { paths = "/var/lib/nextcloud"; - repo = "ssh://h8xn8qvo@h8xn8qvo.repo.borgbase.com/./repo"; + repo = "h8xn8qvo@h8xn8qvo.repo.borgbase.com:repo"; encryption.mode = "none"; - environment.BORG_RSH = "ssh -i /home/${username}/.ssh/borgbase-nextcloud"; + environment.BORG_RSH = "ssh -i /home/${username}/.ssh/borgbase-nextcloud -o StrictHostKeyChecking=accept-new"; compression = "auto,lzma"; startAt = "daily"; }; -- cgit v1.3.1