services.icingaweb2.modules.monitoring.generalConfig.protectedVars

NixOS option

List of string patterns for custom variables which should be excluded from user’s view.

type: list of string
Default
[
  "*pw*"
  "*pass*"
  "community"
]
declared in: nixos/modules/services/web-apps/icingaweb2/module-monitoring.nixView source on NixOS/nixpkgs →