services: restic: tone down the verbosity

This commit is contained in:
Antoine Martin 2024-03-05 05:19:57 +01:00
parent 6c32b3f262
commit 9e98e96c31

View file

@ -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;