services.firefox-syncserver.singleNode.url
NixOS option
URL of the host. If you are not using the automatic webserver proxy setup you will have to change this setting or your sync server may not be functional.
type: stringDefault
declared in: nixos/modules/services/networking/firefox-syncserver.nixView source on NixOS/nixpkgs →${if cfg.singleNode.enableTLS then "https" else "http"}://${config.services.firefox-syncserver.singleNode.hostname}