diff --git a/hosts/yodaNas/syncthing.nix b/hosts/yodaNas/syncthing.nix index 5189c74..c66c6dc 100644 --- a/hosts/yodaNas/syncthing.nix +++ b/hosts/yodaNas/syncthing.nix @@ -46,6 +46,11 @@ # Which devices to share the folder with. devices = [ "yodaTux" "yodaTab" "yodaEnchilada" ]; }; + # My personal tasklist. + "Tasks" = { + path = "/mnt/data/jc-data/cloud.privacy1st.de/files_ncp/Tasks"; + devices = [ "yodaTux" "yodaTab" "yodaEnchilada" ]; + }; # Obsidian vault of travel blog. "TravelDiary" = { path = "/mnt/data/jc-data/cloud.privacy1st.de/files_ncp/TravelDiary";