diff --git a/modules/home/syncthing.nix b/modules/home/syncthing.nix index eb85132..1eccd8d 100644 --- a/modules/home/syncthing.nix +++ b/modules/home/syncthing.nix @@ -3,7 +3,5 @@ { services.syncthing = { enable = true; - dataDir = "${config.home.homeDirectory}/syncthing/data"; - configDir = "${config.home.homeDirectory}/syncthing/conf"; }; }