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" ]; };