From 6d5dbcbafc607e0d71988106583182075e877ff5 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Tue, 8 Oct 2024 22:52:25 +0900 Subject: [PATCH] :wrench: reconfigure logseq sync --- components/network/syncthing.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/network/syncthing.nix b/components/network/syncthing.nix index 9b505aa..6bae2d3 100644 --- a/components/network/syncthing.nix +++ b/components/network/syncthing.nix @@ -103,9 +103,9 @@ with lib; enable = lib.mkDefault false; path = lib.mkDefault "/tmp/logseq"; devices = [ - "chungus" - "cream" "cherry" + "chungus" + "iPad" "iPhone" ]; };