parsons/restics: s3CredentialsFile is deprecated
This is untested, but the documentation on the s3CredentialsFile option seems to suggest this should be correct.
This commit is contained in:
parent
10942ca464
commit
1aebabe8a0
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@
|
||||||
|
|
||||||
services.restic.backups.tardis = {
|
services.restic.backups.tardis = {
|
||||||
passwordFile = "/persist/restic/system";
|
passwordFile = "/persist/restic/system";
|
||||||
s3CredentialsFile = "/persist/restic/system.s3creds";
|
environmentFile = "/persist/restic/system.s3creds";
|
||||||
paths = [
|
paths = [
|
||||||
"/home"
|
"/home"
|
||||||
"/persist"
|
"/persist"
|
||||||
|
|
Loading…
Reference in a new issue