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";