nixos/portunus: add note about allowed characters to id

(cherry picked from commit 8c3a2b0a10)
This commit is contained in:
Sandro Jäckel 2023-12-09 23:42:41 +01:00 committed by github-actions[bot]
parent 3450eed3a2
commit e2b73005ce

View File

@ -98,6 +98,10 @@ in
The OIDC secret must be set as the `DEX_CLIENT_''${id}` environment variable
in the [](#opt-services.dex.environmentFile) setting.
::: {.note}
Make sure the id only contains characters that are allowed in an environment variable name, e.g. no -.
:::
'';
};