diff --git a/nixos/modules/services/monitoring/telegraf.nix b/nixos/modules/services/monitoring/telegraf.nix index 176a1635b587..4046260c1649 100644 --- a/nixos/modules/services/monitoring/telegraf.nix +++ b/nixos/modules/services/monitoring/telegraf.nix @@ -25,10 +25,9 @@ in { default = []; example = "/run/keys/telegraf.env"; description = '' - File to load as environment file. Environment variables - from this file will be interpolated into the config file - using envsubst with this syntax: - $ENVIRONMENT ''${VARIABLE} + File to load as environment file. Environment variables from this file + will be interpolated into the config file using envsubst with this + syntax: $ENVIRONMENT or ''${VARIABLE}. This is useful to avoid putting secrets into the nix store. ''; };