services: restic: make it verbose

This commit is contained in:
Antoine Martin 2021-08-09 20:14:09 +02:00
parent 0c538fbf86
commit e9c0d157f1

View file

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