From 016922f88ba9d86b611115463c45ee84f238f64e Mon Sep 17 00:00:00 2001 From: Matt McHenry Date: Wed, 1 Aug 2018 22:52:41 -0400 Subject: restic: add missing default for s3CredentialsFile --- nixos/modules/services/backup/restic.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos') diff --git a/nixos/modules/services/backup/restic.nix b/nixos/modules/services/backup/restic.nix index 2d14762e868..5db0097aae2 100644 --- a/nixos/modules/services/backup/restic.nix +++ b/nixos/modules/services/backup/restic.nix @@ -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 -- cgit 1.4.1