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: string
Default
${if cfg.singleNode.enableTLS then "https" else "http"}://${config.services.firefox-syncserver.singleNode.hostname}
declared in: nixos/modules/services/networking/firefox-syncserver.nixView source on NixOS/nixpkgs →