services.icingaweb2.roles

NixOS option

roles.ini contents. Will automatically be converted to a .ini file. If the value is null, no roles.ini is created and you can modify it manually (e.g. via the web interface).

type: null or (attribute set)
Default
null
Example
{
  Administrators = {
    permissions = "*";
    users = "admin";
  };
}
declared in: nixos/modules/services/web-apps/icingaweb2/icingaweb2.nixView source on NixOS/nixpkgs →