about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/profpatsch/legosi.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/machines/profpatsch/legosi.nix b/machines/profpatsch/legosi.nix
index fb4e3489..fa19f4b5 100644
--- a/machines/profpatsch/legosi.nix
+++ b/machines/profpatsch/legosi.nix
@@ -87,6 +87,7 @@ in {
 
     services.duplicity = {
       enable = true;
+      frequency = "daily";
 
       root = "/";
       # exclude all the system-related dirs
@@ -113,7 +114,7 @@ in {
 
       extraFlags = [
         "--name" "legosi-root"
-        "--verbosity" "notice"
+        "--verbosity" "info"
         "--full-if-older-than" "60D"
         "--num-retries" "3"
         # I hate GPG from the bottom of my heart