3 server = lib.mkOption {
6 (lib.types.submodule (import ./server-options.nix))
17 Frontend server interface binding specification as either a
18 host:port pair or a unix domain docket.
20 NB: a host of "*" listens on all interfaces and includes IPv6
25 params = lib.mkOption {
26 type = lib.types.nullOr (lib.types.submodule (import ./frontend-params-submodule.nix));
32 Parameters to configure a backend.