diff --git a/services/syncthing.nix b/services/syncthing.nix index de369fda..784ffbad 100644 --- a/services/syncthing.nix +++ b/services/syncthing.nix @@ -34,6 +34,12 @@ in { path = "~/Videos"; ignorePerms = true; }; + "orgmobile" = { + inherit devices; + id = "k5use-dmeqp"; + path = "~/.orgmobile"; + ignorePerms = true; + }; }; }; };