{ config, lib, pkgs, ... }: { options = { }; config = { services = { syncthing = { enable = true; tray.enable = true; guiAddress = "0.0.0.0:8384"; }; }; }; }