From c8384c12e16efe49673c4e905d5feeea6615b6b4 Mon Sep 17 00:00:00 2001 From: Mel Date: Fri, 6 Dec 2024 23:01:17 +0100 Subject: Switch to sendandreceive Syncthing server folders Signed-off-by: Mel --- modules/syncthing.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/syncthing.nix b/modules/syncthing.nix index 3210e03..84a04a1 100644 --- a/modules/syncthing.nix +++ b/modules/syncthing.nix @@ -50,7 +50,7 @@ in commonFolder = name: { path = "~/sync/${name}"; - type = "receiveonly"; + devices = [ "bismuth" "graphite" ]; versioning = { type = "staggered"; params = { -- cgit 1.4.1