services.icingaweb2.resources
NixOS option
resources.ini contents. Will automatically be converted to a .ini file. If the value is null, no resources.ini is created and you can modify it manually (e.g. via the web interface). Note that if you set passwords here, they will go into the nix store.
type: null or (attribute set)Default
null
Example
declared in: nixos/modules/services/web-apps/icingaweb2/icingaweb2.nixView source on NixOS/nixpkgs →{
icingaweb_db = {
db = "mysql";
dbname = "icingaweb2";
host = "localhost";
password = "icingaweb2";
type = "db";
username = "icingaweb2";
};
}