diff --git a/nixos/containers/rdesktop/syncthing.nix b/nixos/containers/rdesktop/syncthing.nix index 1426cccc..e87317ec 100644 --- a/nixos/containers/rdesktop/syncthing.nix +++ b/nixos/containers/rdesktop/syncthing.nix @@ -4,9 +4,9 @@ services.syncthing = { settings = { folders = { - "notes" = { - id = "notes"; - path = "/home/${username}/notes"; + "logseq" = { + id = "logseq"; + path = "/home/${username}/.logseq"; devices = [ "framework-server" "nixos-desktop" "nixos-framework" "rdesktop" ]; }; }; diff --git a/nixos/hosts/nixos-desktop/syncthing.nix b/nixos/hosts/nixos-desktop/syncthing.nix index 6bdef1c9..674f1b0c 100644 --- a/nixos/hosts/nixos-desktop/syncthing.nix +++ b/nixos/hosts/nixos-desktop/syncthing.nix @@ -14,9 +14,9 @@ path = "/home/${username}/Games/battlenet/drive_c/Program Files (x86)/World of Warcraft/"; devices = [ "framework-server" "nixos-desktop" "nixos-framework" ]; }; - "notes" = { - id = "notes"; - path = "/home/${username}/notes"; + "logseq" = { + id = "logseq"; + path = "/home/${username}/.logseq"; devices = [ "framework-server" "nixos-desktop" "nixos-framework" "rdesktop" ]; }; }; diff --git a/nixos/hosts/nixos-framework/syncthing.nix b/nixos/hosts/nixos-framework/syncthing.nix index 058fe454..503a8a67 100644 --- a/nixos/hosts/nixos-framework/syncthing.nix +++ b/nixos/hosts/nixos-framework/syncthing.nix @@ -14,9 +14,9 @@ path = "/home/${username}/Games/battlenet/drive_c/Program Files (x86)/World of Warcraft/"; devices = [ "framework-server" "nixos-desktop" "nixos-framework" ]; }; - "notes" = { - id = "notes"; - path = "/home/${username}/notes"; + "logseq" = { + id = "logseq"; + path = "/home/${username}/.logseq"; devices = [ "framework-server" "nixos-desktop" "nixos-framework" "rdesktop" ]; }; };