···18181919 s3CredentialsFile = mkOption {
2020 type = with types; nullOr str;
2121+ default = null;
2122 description = ''
2223 file containing the AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY
2324 for an S3-hosted repository, in the format of an EnvironmentFile