{ base-domain, ... }: let fqdn = "syncthing.${base-domain}:8384"; in { services.syncthing = { enable = true; guiAddress = fqdn; }; }