fix(host/faunus-ater): fix restic backups

This commit is contained in:
Malte Tammena 2024-10-16 21:53:26 +02:00
parent 0ce379c5e8
commit 9200205327

View file

@ -91,6 +91,9 @@ in {
"--keep-yearly 5"
];
passwordFile = sopsPath "internal-restic-password";
extraOptions = [
"s3.unsafe-anonymous-auth=true"
];
};
};