restic: add missing default for s3CredentialsFile
This commit is contained in:
parent
c61aad6574
commit
016922f88b
@ -18,6 +18,7 @@ with lib;
|
|||||||
|
|
||||||
s3CredentialsFile = mkOption {
|
s3CredentialsFile = mkOption {
|
||||||
type = with types; nullOr str;
|
type = with types; nullOr str;
|
||||||
|
default = null;
|
||||||
description = ''
|
description = ''
|
||||||
file containing the AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY
|
file containing the AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY
|
||||||
for an S3-hosted repository, in the format of an EnvironmentFile
|
for an S3-hosted repository, in the format of an EnvironmentFile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user