lol

Merge pull request #154054 from SuperSandro2000/prometheus-bearer-token

authored by

Sandro and committed by
GitHub
8aeafc25 76e5d233

+2 -2
+2 -2
nixos/modules/services/monitoring/prometheus/default.nix
··· 252 252 promTypes.scrape_config = types.submodule { 253 253 options = { 254 254 authorization = mkOption { 255 - type = types.attrs; 256 - default = {}; 255 + type = types.nullOr types.attrs; 256 + default = null; 257 257 description = '' 258 258 Sets the `Authorization` header on every scrape request with the configured credentials. 259 259 '';