diff options
| author | schererleander <leander@schererleander.de> | 2025-10-27 11:08:35 +0100 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-10-27 11:08:35 +0100 |
| commit | 85ea744c4101942a018c288089a3566046d46873 (patch) | |
| tree | 58b0b2340571d0c54431d9991faaf64c8289d88e /hosts | |
| parent | cb2cd7068d5a4e48586f1f1c89a4fd4ffce3d3b0 (diff) | |
fix: repo path, disable StrictHostKeyCheck
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/sachiel/configuration.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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"; }; |
