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 # Take care of creating the repository if it doesn't exist
initialize = true; initialize = true;
# Hijack S3-related env to give B2 API key # give B2 API key securely
s3CredentialsFile = cfg.credentialsFile; environmentFile = cfg.credentialsFile;
inherit (cfg) passwordFile pruneOpts timerConfig repository; inherit (cfg) passwordFile pruneOpts timerConfig repository;
}; };