{ pkgs, ...}: { services.syncthing = { enable = true; user = "y"; dataDir = "/home/y/sync/data"; configDir = "/home/y/sync/.config"; }; }