fix(host/faunus-ater): fix restic backups
This commit is contained in:
parent
0ce379c5e8
commit
9200205327
|
@ -91,6 +91,9 @@ in {
|
|||
"--keep-yearly 5"
|
||||
];
|
||||
passwordFile = sopsPath "internal-restic-password";
|
||||
extraOptions = [
|
||||
"s3.unsafe-anonymous-auth=true"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue