1769447661

This commit is contained in:
2026-01-26 10:14:21 -07:00
parent 50a2d3bee0
commit 06741d5341

View File

@@ -3,7 +3,5 @@
{ {
services.syncthing = { services.syncthing = {
enable = true; enable = true;
dataDir = "${config.home.homeDirectory}/syncthing/data";
configDir = "${config.home.homeDirectory}/syncthing/conf";
}; };
} }