services.merecat.settings

NixOS option

Merecat configuration. Refer to merecat(8) for details on supported values.

type: attribute set of (atom (null, bool, int, float or string))
Default
{ }
Example
{
  directory = "/srv/www";
  hostname = "localhost";
  port = 8080;
  virtual-host = true;
}
declared in: nixos/modules/services/web-servers/merecat.nixView source on NixOS/nixpkgs →