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; + }; }; }; };