modules: services: backup: remove deprecated name
This commit is contained in:
parent
28d8f0bf06
commit
450ab4b07b
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue