From 9b770da4d3eb01ef98404cd02c3942bdd33c1987 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Wed, 24 Jul 2024 18:39:53 +0200 Subject: [PATCH] pinwheel/sombrero: Remove `time-tracking` from `syncthing` --- hosts/pinwheel/modules/syncthing/default.nix | 11 ----------- hosts/sombrero/modules/syncthing/default.nix | 11 ----------- 2 files changed, 22 deletions(-) diff --git a/hosts/pinwheel/modules/syncthing/default.nix b/hosts/pinwheel/modules/syncthing/default.nix index d8b6808..fe54828 100644 --- a/hosts/pinwheel/modules/syncthing/default.nix +++ b/hosts/pinwheel/modules/syncthing/default.nix @@ -73,17 +73,6 @@ }; }; }; - - "time-tracking" = { - path = "/home/alex/sync/time-tracking"; - devices = [ "phone" ]; - versioning = { - type = "staggered"; - params = { - maxAge = "2592000"; # 30 days - }; - }; - }; }; }; }; diff --git a/hosts/sombrero/modules/syncthing/default.nix b/hosts/sombrero/modules/syncthing/default.nix index 2114387..c095864 100644 --- a/hosts/sombrero/modules/syncthing/default.nix +++ b/hosts/sombrero/modules/syncthing/default.nix @@ -89,17 +89,6 @@ in }; }; - "time-tracking" = { - path = "/home/alex/backup/sync/time-tracking"; - devices = [ "phone" ]; - versioning = { - type = "staggered"; - params = { - maxAge = "2592000"; # 30 days - }; - }; - }; - "books" = { path = "/home/alex/backup/books"; devices = [ "pinwheel" ];