diff --git a/programs/desktop/syncthing/default.nix b/programs/desktop/syncthing/default.nix index f33dd369..c20f50b4 100644 --- a/programs/desktop/syncthing/default.nix +++ b/programs/desktop/syncthing/default.nix @@ -3,5 +3,5 @@ enable = true; tray.enable = true; }; - home.persistence.default.directories = [".local/share/syncthing"]; + home.persistence.default.directories = [".local/state/syncthing"]; }