about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/tahoe/services.nix19
1 files changed, 5 insertions, 14 deletions
diff --git a/hosts/tahoe/services.nix b/hosts/tahoe/services.nix
index 4010094..b2d8233 100644
--- a/hosts/tahoe/services.nix
+++ b/hosts/tahoe/services.nix
@@ -55,27 +55,18 @@ in
     syncthing.enable = true;
     backup = {
       enable = true;
-      repository = "/data/slow/backups/systems";
+      repository = "/data/slow/backups/hosts/tahoe";
       timerConfig = { OnCalendar = "00:15"; };
       passwordFile = secrets."restic/repo-systems".path;
       paths =
         [
           "/data/fast/music"
           "/data/fast/photos"
-          "/home"
+          "/home/fcuny/documents"
+          "/home/fcuny/workspace"
+          "/home/fcuny/media"
         ];
-      exclude = [
-        # nothing worth backing up on this machine in this location
-        "/home/fcuny/.cache"
-        "/home/fcuny/.local"
-
-        # I might have media in this folder, and I don't want them to
-        # be backuped up
-        "/home/fcuny/import"
-
-        # If it's something I care about it will be moved to /data
-        "/home/fcuny/media/videos"
-      ];
+      exclude = [ ];
     };
 
     sendsms.enable = true;