services.merecat.settings

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
<nixpkgs/nixos/modules/services/web-servers/merecat.nix>