From 1aa2e5c467dd8543dddb898e125b241e815e07b3 Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Sun, 21 Apr 2024 15:09:15 -0700 Subject: [PATCH] fix: repository name for yukari's matrix restic --- nixos/servers/matrix/restic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/servers/matrix/restic.nix b/nixos/servers/matrix/restic.nix index 90ea00a6..d74b0d57 100644 --- a/nixos/servers/matrix/restic.nix +++ b/nixos/servers/matrix/restic.nix @@ -23,7 +23,7 @@ ]; initialize = true; passwordFile = config.sops.secrets.restic-password-file.path; - repository = "sftp:u401227@u401227.your-storagebox.de:/restic/koishi"; + repository = "sftp:u401227@u401227.your-storagebox.de:/restic/yukari/matrix"; timerConfig = { OnCalendar = "00:05"; RandomizedDelaySec = "5h";