From 4bf7184eb68eeb31b357ee500d8ed9bf8f41a1d7 Mon Sep 17 00:00:00 2001 From: Dennis Date: Sat, 15 Nov 2025 01:03:05 +0100 Subject: [PATCH] restic: configure for root --- 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 4360b08..bef65b7 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-sftp:restic"; + repository = "sftp:u295965@u295965.your-storagebox.de:restic"; paths = [ "/var/backup/vaultwarden" ];