{ pkgs, ... }: { services = { syncthing = { enable = true; user = "srid"; dataDir = "/home/srid"; }; }; }