From 6d32f905a0a958599989af39df8f36bff513bff9 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 18 Feb 2024 07:20:54 +0000 Subject: [PATCH] Add orgmobile and elfeed dot dirs to syncthing --- services/syncthing.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/services/syncthing.nix b/services/syncthing.nix index de369fda..c3aff61b 100644 --- a/services/syncthing.nix +++ b/services/syncthing.nix @@ -34,6 +34,18 @@ in { path = "~/Videos"; ignorePerms = true; }; + "elfeed" = { + inherit devices; + id = "jkkef-je6t3"; + path = "~/.elfeed"; + ignorePerms = true; + }; + "orgmobile" = { + inherit devices; + id = "k5use-dmeqp"; + path = "~/.orgmobile"; + ignorePerms = true; + }; }; }; };