services: restic: tone down the verbosity
This commit is contained in:
parent
6c32b3f262
commit
9e98e96c31
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue