MyNixOS website logo
option

services.icingaweb2.groupBackends

groups.ini contents. Will automatically be converted to a .ini file.

If the value is null, no groups.ini is created and you can modify it manually (e.g. via the web interface).

Declarations
Type
null or (attribute set)
Default
null
Example
{
  icingaweb = {
    backend = "db";
    resource = "icingaweb_db";
  };
}