fixes backrest
This commit is contained in:
parent
62fb954b49
commit
eabd5d2bfc
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +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 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;
|
autoInitialize = true;
|
||||||
prunePolicy = {
|
prunePolicy = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue