From da293c69db6574180f6417e7af0abbd625be3805 Mon Sep 17 00:00:00 2001 From: Dennis Date: Sat, 15 Nov 2025 01:06:25 +0100 Subject: [PATCH] wip --- 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 bef65b7..644aeaa 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:u295965@u295965.your-storagebox.de:restic"; + repository = "sftp:u295965@u295965.your-storagebox.de:restic/dnsc-vps-sm"; paths = [ "/var/backup/vaultwarden" ];