From b1cd71a61fb777e0c623177d92f10f8bf2965d1d Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 17 Mar 2024 10:56:43 +0000 Subject: [PATCH] Revert "Remove orgmobile from syncthing" This reverts commit de75c8f44c9e974ba4ea6ca9f6d20a73b9b35b38. --- services/syncthing.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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; + }; }; }; };