nixos/portunus: add note about allowed characters to id

This commit is contained in:
Sandro Jäckel 2023-12-09 23:42:41 +01:00
parent 2b80ce7707
commit 8c3a2b0a10
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

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 -.
:::
'';
};