From 34c0206afd11018849176157b54e721877245de4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Sat, 9 Nov 2024 08:30:05 +0100 Subject: [PATCH] correct syncthing directory --- programs/desktop/syncthing/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]; }