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
declared in: nixos/modules/services/web-servers/merecat.nixView source on NixOS/nixpkgs →{
directory = "/srv/www";
hostname = "localhost";
port = 8080;
virtual-host = true;
}