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";
|
uri = "sftp:dnsc-storage:restic/dnsc-server";
|
||||||
password = "file:${config.age.secrets."restic/password".path}";
|
password = "file:${config.age.secrets."restic/password".path}";
|
||||||
flags = [
|
flags = [
|
||||||
"-o"
|
"-o sftp.args=-i /root/.ssh/id_ed25519 -o StrictHostKeyChecking=accept-new"
|
||||||
"sftp.args=-i /root/.ssh/id_ed25519 -o StrictHostKeyChecking=accept-new"
|
|
||||||
];
|
];
|
||||||
autoInitialize = true;
|
autoInitialize = true;
|
||||||
prunePolicy = {
|
prunePolicy = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue