MyNixOS website logo
option

services.merecat.settings

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

Declarations
Type
attribute set of (atom (null, bool, int, float or string))
Default
{ }
Example
{
  directory = "/srv/www";
  hostname = "localhost";
  port = 8080;
  virtual-host = true;
}