From e7e70683fe0ff48dee2cf888dc330ed33616133e Mon Sep 17 00:00:00 2001 From: Dennis Date: Sat, 15 Nov 2025 00:14:02 +0100 Subject: [PATCH] hosts: vps-sm fix restic config --- hosts/dnsc-vps-sm/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/dnsc-vps-sm/default.nix b/hosts/dnsc-vps-sm/default.nix index f68bf43..48da354 100644 --- a/hosts/dnsc-vps-sm/default.nix +++ b/hosts/dnsc-vps-sm/default.nix @@ -167,7 +167,7 @@ services.restic.backups.dnsc-vps-sm-backup = { initialize = true; passwordFile = config.age.secrets."restic/password".path; - repository = "sftp:dnsc-storage:restic/dnsc-vps-sm"; + repository = "sftp:dnsc-storage-sftp:restic/dnsc-vps-sm"; paths = [ "/var/backup/vaultwarden" ];