From 5d63a60986601ef9e854690a059d78ef4876a9ef Mon Sep 17 00:00:00 2001 From: Dennis Date: Sun, 22 Jun 2025 21:37:05 +0200 Subject: [PATCH] fixes repository path --- hosts/dnsc-server/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/dnsc-server/default.nix b/hosts/dnsc-server/default.nix index a540b91..11de16f 100644 --- a/hosts/dnsc-server/default.nix +++ b/hosts/dnsc-server/default.nix @@ -178,7 +178,7 @@ services.restic.backups = { initialize = true; passwordFile = config.age.secrets."restic/password".path; - repository = "sftp:dnsc-storage:restic"; + repository = "sftp:dnsc-storage:restic/dnsc-server"; paths = [ "/home/dennis/notes" "/main/share"