fixes backrest

This commit is contained in:
Dennis 2026-02-20 11:33:44 +01:00
parent 62fb954b49
commit eabd5d2bfc

View file

@ -19,7 +19,7 @@ let
uri = "sftp:dnsc-storage:restic/dnsc-server";
password = "file:${config.age.secrets."restic/password".path}";
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'"
];
autoInitialize = true;
prunePolicy = {