services.icingaweb2.groupBackends
NixOS option
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).
type: null or (attribute set)Default
null
Example
declared in: nixos/modules/services/web-apps/icingaweb2/icingaweb2.nixView source on NixOS/nixpkgs →{
icingaweb = {
backend = "db";
resource = "icingaweb_db";
};
}