From 65191feb6e4c1a3d8072e7b2faad5330a2fa08ad Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sat, 31 Aug 2024 12:16:09 +0200 Subject: [PATCH] backwards/pinwheel: Share `org` via `syncthing` --- hosts/backwards/modules/syncthing/default.nix | 3 ++- hosts/pinwheel/modules/syncthing/default.nix | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/hosts/backwards/modules/syncthing/default.nix b/hosts/backwards/modules/syncthing/default.nix index 8e8a6d6..31a38a4 100644 --- a/hosts/backwards/modules/syncthing/default.nix +++ b/hosts/backwards/modules/syncthing/default.nix @@ -15,12 +15,13 @@ settings = { devices = { phone.id = config.lib.syncthing.phone; + pinwheel.id = config.lib.syncthing.pinwheel; }; folders = { org = { path = "/home/alex/sync/org"; - devices = [ "phone" ]; + devices = [ "phone" "pinwheel" ]; versioning = { type = "staggered"; params = { diff --git a/hosts/pinwheel/modules/syncthing/default.nix b/hosts/pinwheel/modules/syncthing/default.nix index fe54828..8f9b0dd 100644 --- a/hosts/pinwheel/modules/syncthing/default.nix +++ b/hosts/pinwheel/modules/syncthing/default.nix @@ -15,13 +15,14 @@ settings = { devices = { phone.id = config.lib.syncthing.phone; + backwards.id = config.lib.syncthing.backwards; sombrero.id = config.lib.syncthing.sombrero; }; folders = { org = { path = "/home/alex/sync/org"; - devices = [ "sombrero" "phone" ]; + devices = [ "sombrero" "phone" "backwards" ]; versioning = { type = "staggered"; params = {