MyNixOS website logo
option

services.kanboard.nginx

With this option, you can customize an NGINX virtual host which already has sensible defaults for Kanboard. Set to { } if you do not need any customization for the virtual host. If enabled, then by default, the serverName is ${domain}. If this is set to null (the default), no NGINX virtual host will be configured.

Declarations
Type
null or (submodule)
Default
{ }
Example
{
  enableACME = true;
  forceHttps = true;
}