From 3e3ae532bcc05fd1785a200ac0754391d17bcedb Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Sat, 6 Jan 2024 21:49:44 +0100 Subject: [PATCH] add syncthing folder --- hosts/yodaNas/syncthing.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hosts/yodaNas/syncthing.nix b/hosts/yodaNas/syncthing.nix index b8183f5..a3ad2f5 100644 --- a/hosts/yodaNas/syncthing.nix +++ b/hosts/yodaNas/syncthing.nix @@ -21,6 +21,8 @@ "yodaTab" = { id = "WKVVVEY-P7QCRKU-HO4QHHM-B4H5NC2-I3UG2TU-UEIUACZ-ZJEAVUY-4Q6FVQV"; }; "yodaEnchilada" = { id = "UZKPAHU-CSLMDX2-4RYQLG2-WENUTZY-HM3RUD4-N7VIG7W-RFLAQHP-OXA7MQT"; }; "yodaCheeseburger" = { id = "KHR22KP-WK6EL25-Z3DPLZK-5IHU7BC-QYXFQJA-U7JE2JA-ITYNV3Q-JE5VKAJ"; }; + "susanLaptop" = { id = "5VT2TZP-FCSREZY-BQTLWHP-VGYAQE3-A3HXOC2-N3S75Z2-TUFJWRZ-HHPQJQW"; }; + "susanHandy" = { id = "VEIKGQM-WVEQ2L2-RZQ5PHD-QII5N6D-42COGCA-NHICJKY-OX4LRRI-O3A7MAH"; }; }; settings.folders = { # Name of folder in Syncthing, also the folder ID. @@ -30,6 +32,11 @@ # Which devices to share the folder with. devices = [ "yodaTux" "yodaTab" "yodaEnchilada" "yodaCheeseburger" ]; }; + # Obsidian folder of Susan. + "Obsidian" = { + path = "/mnt/data/syncthing/Obsidian"; + devices = [ "susanLaptop" "susanHandy" ]; + }; }; }; };