services.isso.settings

NixOS option

Configuration for isso. See Isso Server Configuration for supported values.

type: open submodule of attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Example
{
  general = {
    host = "http://localhost";
  };
}
declared in: nixos/modules/services/web-apps/isso.nixView source on NixOS/nixpkgs →