fixes backrest
This commit is contained in:
parent
ba4d09e0ec
commit
6deba662d5
1 changed files with 1 additions and 2 deletions
|
|
@ -19,8 +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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue