diff --git a/system/services/syncthing/default.nix b/system/services/syncthing/default.nix index cc0d0c8..0b67290 100644 --- a/system/services/syncthing/default.nix +++ b/system/services/syncthing/default.nix @@ -19,8 +19,8 @@ }; folders = { notes = { - id = "notes"; - label = "Notes"; + id = "journal"; + label = "journal"; path = "/home/synchronous/journal"; type = "sendreceive";