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"