services.tuliprox.systemSettings
Main config file
Refer to the Tuliprox documentation for available attributes
- Type
YAML 1.1 value- Example
{ api = { host = "0.0.0.0"; port = 8901; }; }- Declared
- <nixpkgs/nixos/modules/services/web-apps/tuliprox.nix>
Main config file
Refer to the Tuliprox documentation for available attributes
YAML 1.1 value{
api = {
host = "0.0.0.0";
port = 8901;
};
}