about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-05-01 13:03:37 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-05-01 13:03:37 +0200
commit9b372a20223fe2a8764d153bb3d944cb05e90f73 (patch)
tree1447261fc99350b3a0a0d2b3261db3f1ca636e63
parentmodules/backup: Use ssh module to store the hostkey of the storagebox (diff)
downloadnixos-config-9b372a20223fe2a8764d153bb3d944cb05e90f73.zip
modules/backup: Increase restic verbosity
Diffstat (limited to '')
-rw-r--r--modules/by-name/ba/backup/module.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/by-name/ba/backup/module.nix b/modules/by-name/ba/backup/module.nix
index c8f8a924..3e07fbd1 100644
--- a/modules/by-name/ba/backup/module.nix
+++ b/modules/by-name/ba/backup/module.nix
@@ -77,7 +77,7 @@ in {
           "${homeDir}/soispha/.cache"
         ];
         extraBackupArgs = [
-          "--verbose" # Spam log
+          "--verbose=2"
         ];
 
         passwordFile = config.age.secrets.resticpass.path;