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

restic: add missing default for s3CredentialsFile

authored by Matthew Bauer and committed by GitHub eb1afe45 cbaac406

+1
+1
nixos/modules/services/backup/restic.nix
··· 18 19 s3CredentialsFile = mkOption { 20 type = with types; nullOr str; 21 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
··· 18 19 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