{ config, pkgs, ... }: { services.syncthing = { enable = true; user = "syncthing"; group = "syncthing"; # webui guiAddress = "0.0.0.0:2222"; }; }