diff --git a/modules/syncthing.nix b/modules/syncthing.nix index a979600..58f913e 100644 --- a/modules/syncthing.nix +++ b/modules/syncthing.nix @@ -36,6 +36,12 @@ in path = "/home/ravenshade/obsidian"; devices = [ "msiserver" "macbook" "s22" ]; }; + "sync" = { + id = "default"; + label = "sync"; + path = "/home/ravenshade/sync"; + devices = [ "macbook" ]; + }; }; gui = {