From 06741d534125dc6db3d9287d96a98bff7078635a Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Mon, 26 Jan 2026 10:14:21 -0700 Subject: [PATCH] 1769447661 --- modules/home/syncthing.nix | 2 -- 1 file changed, 2 deletions(-) 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"; }; }