modules: services: backup: remove deprecated name

This commit is contained in:
Bruno BELANYI 2021-11-03 17:16:40 +01:00
parent 28d8f0bf06
commit 450ab4b07b
1 changed files with 2 additions and 2 deletions

View File

@ -97,8 +97,8 @@ in
;
# Take care of creating the repository if it doesn't exist
initialize = true;
# Hijack S3-related env to give B2 API key
s3CredentialsFile = cfg.credentialsFile;
# give B2 API key securely
environmentFile = cfg.credentialsFile;
inherit (cfg) passwordFile pruneOpts timerConfig repository;
};