From 1de299f3973ba2bb78d7c6043365141f6827bed2 Mon Sep 17 00:00:00 2001 From: kenny Date: Sun, 29 Jun 2025 17:46:26 +0300 Subject: [PATCH] Added ignorelist for phone obsidian share --- hosts/puter/syncthing.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/puter/syncthing.nix b/hosts/puter/syncthing.nix index 58d8758..3c1dd6a 100644 --- a/hosts/puter/syncthing.nix +++ b/hosts/puter/syncthing.nix @@ -27,6 +27,8 @@ # Name of folder in Syncthing, also the folder ID path = "/home/user/brain_zero/"; # Which folder to add to Syncthing devices = [ "phone" ]; # Which devices to share the folder with + ignores = + [ ".obsidian/workspace-mobile.json" ".obsidian/workspace.json" ]; }; "brain_zero_readonly" = { # Name of folder in Syncthing, also the folder ID