services.tuliprox.systemSettings

NixOS option

Main config file Refer to the Tuliprox documentation for available attributes

type: YAML 1.1 value
Default
null
Example
{
  api = {
    host = "0.0.0.0";
    port = 8901;
  };
}
declared in: nixos/modules/services/web-apps/tuliprox.nixView source on NixOS/nixpkgs →