about summary refs log tree commit diff
path: root/hosts/tahoe/services.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/tahoe/services.nix16
1 files changed, 1 insertions, 15 deletions
diff --git a/hosts/tahoe/services.nix b/hosts/tahoe/services.nix
index 4b29870..4056df3 100644
--- a/hosts/tahoe/services.nix
+++ b/hosts/tahoe/services.nix
@@ -23,21 +23,7 @@ in
       promtail.enable = true;
       node-exporter.enable = true;
     };
-    backup = {
-      enable = true;
-      repository = "/data/slow/backups/hosts/tahoe";
-      timerConfig = { OnCalendar = "00:15"; };
-      passwordFile = secrets."restic/repo-systems".path;
-      paths =
-        [
-          "/data/fast/music"
-          "/data/fast/photos"
-          "/home/fcuny/documents"
-          "/home/fcuny/workspace"
-          "/home/fcuny/media"
-        ];
-      exclude = [ ];
-    };
+
     sendsms.enable = true;
   };
 }