nixos/alertmanager: add additional docs about envsubst (#302536)

This commit is contained in:
Aleksana 2024-11-21 21:20:44 +08:00 committed by GitHub
commit c1b9d0ce79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,6 +51,9 @@ in {
default = null;
description = ''
Alertmanager configuration as nix attribute set.
The contents of the resulting config file are processed using envsubst.
`$` needs to be escaped as `$$` to be preserved.
'';
};
@ -62,6 +65,9 @@ in {
defines the text that is written to alertmanager.yml. If null, the
contents of alertmanager.yml is generated from the structured config
options.
The contents of the resulting config file are processed using envsubst.
`$` needs to be escaped as `$$` to be preserved.
'';
};