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.

Type
null or (submodule)
Default
{ }
Example
{
  enableACME = true;
  forceSSL = true;
}
Declared
<nixpkgs/nixos/modules/services/web-apps/kanboard.nix>