about summary refs log tree commit diff
path: root/machines/profpatsch
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2022-06-26 15:56:07 +0200
committerProfpatsch <mail@profpatsch.de>2022-06-26 16:00:52 +0200
commitc42c6185d05a62d03592349f72fd07024f2bcc02 (patch)
treeb5b46fff713d808bd46b2490aaf101f638a8b5f6 /machines/profpatsch
parent29f87315eb8550a8cf3418ea766311289af382ca (diff)
machines/legosi: some duplicity changes
though the backup service is broken on the machine anyway, idk
Diffstat (limited to 'machines/profpatsch')
-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