services: restic: tone down the verbosity
This commit is contained in:
parent
6c32b3f262
commit
9e98e96c31
|
@ -98,7 +98,7 @@ in {
|
|||
environmentFile = cfg.environmentFile;
|
||||
|
||||
extraBackupArgs =
|
||||
["--verbose=2"]
|
||||
["--verbose=1"]
|
||||
++ optional (builtins.length cfg.exclude != 0) excludeArg;
|
||||
|
||||
timerConfig = cfg.timerConfig;
|
||||
|
|
Loading…
Reference in a new issue