3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #44332 from jerith666/restic-s3-default

restic: add missing default for s3CredentialsFile
This commit is contained in:
Matthew Bauer 2018-08-01 22:56:12 -04:00 committed by GitHub
commit eb1afe452a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,7 @@ with lib;
s3CredentialsFile = mkOption {
type = with types; nullOr str;
default = null;
description = ''
file containing the AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY
for an S3-hosted repository, in the format of an EnvironmentFile