fixes backrest

This commit is contained in:
Dennis 2026-02-20 11:50:54 +01:00
parent c46f3a96bd
commit 14cd301bcd

View file

@ -17,7 +17,7 @@ let
{ {
id = "dnsc-storage"; id = "dnsc-storage";
uri = "sftp:dnsc-storage:restic/dnsc-server"; uri = "sftp:dnsc-storage:restic/dnsc-server";
password = "file:${config.age.secrets."restic/password".path}"; env = [ "RESTIC_PASSWORD_FILE=${config.age.secrets."restic/password".path}" ];
flags = [ flags = [
"-o 'sftp.args=-i /root/.ssh/id_ed25519 -o StrictHostKeyChecking=accept-new'" "-o 'sftp.args=-i /root/.ssh/id_ed25519 -o StrictHostKeyChecking=accept-new'"
]; ];