poseidon: upgrade deprecated options

This commit is contained in:
Antoine Martin 2021-11-17 00:58:54 +01:00
parent 4b5b14d044
commit f558b4b680
3 changed files with 3 additions and 3 deletions

View file

@ -68,7 +68,7 @@ in {
repository = cfg.repo;
passwordFile = "/root/restic/password";
s3CredentialsFile = "/root/restic/creds";
environmentFile = "/root/restic/creds";
extraBackupArgs = [ "--verbose=2" ]
++ optional (builtins.length cfg.exclude != 0) excludeArg;