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