···1819 s3CredentialsFile = mkOption {
20 type = with types; nullOr str;
021 description = ''
22 file containing the AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY
23 for an S3-hosted repository, in the format of an EnvironmentFile
···1819 s3CredentialsFile = mkOption {
20 type = with types; nullOr str;
21+ default = null;
22 description = ''
23 file containing the AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY
24 for an S3-hosted repository, in the format of an EnvironmentFile