From edae2eb1d433f39655f1c946fe2e0204aca2a0c7 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Thu, 10 Jul 2025 16:33:44 +0200 Subject: [PATCH] pinwheel/backwards: Remove `ttrpg` `syncthing` share --- hosts/backwards/modules/syncthing/default.nix | 15 --------------- hosts/pinwheel/modules/syncthing/default.nix | 11 ----------- 2 files changed, 26 deletions(-) diff --git a/hosts/backwards/modules/syncthing/default.nix b/hosts/backwards/modules/syncthing/default.nix index 5556751..0147611 100644 --- a/hosts/backwards/modules/syncthing/default.nix +++ b/hosts/backwards/modules/syncthing/default.nix @@ -85,21 +85,6 @@ in }; }; - ttrpg = { - path = "/home/alex/sync/reading-material/ttrpg"; - devices = [ - "phone" - "tablet" - "pinwheel" - ]; - versioning = { - type = "staggered"; - params = { - maxAge = "2592000"; # 30 days - }; - }; - }; - "phone-gps" = { path = "/home/alex/sync/phone-gps"; devices = [ "phone" ]; diff --git a/hosts/pinwheel/modules/syncthing/default.nix b/hosts/pinwheel/modules/syncthing/default.nix index c56932b..798406c 100644 --- a/hosts/pinwheel/modules/syncthing/default.nix +++ b/hosts/pinwheel/modules/syncthing/default.nix @@ -68,17 +68,6 @@ }; }; - ttrpg = { - path = "/home/alex/sync/reading-material/ttrpg"; - devices = [ "backwards" ]; - versioning = { - type = "staggered"; - params = { - maxAge = "2592000"; # 30 days - }; - }; - }; - "phone-gps" = { path = "/home/alex/sync/phone-gps"; devices = [ "phone" ];