about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2023-12-09 23:42:41 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-05-23 18:11:19 +0000
commite2b73005ce6b1058e97982300bdc55e235cbded9 (patch)
tree6b1b92c09d11acf495e370ef1dde67736753e12e
parent3450eed3a2b9104cda51f5d737c5782fb0f05d73 (diff)
nixos/portunus: add note about allowed characters to id
(cherry picked from commit 8c3a2b0a104fe7af24901c7bc7970c606c9abbae)
-rw-r--r--nixos/modules/services/misc/portunus.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/modules/services/misc/portunus.nix b/nixos/modules/services/misc/portunus.nix
index bdb35da788e3a..335806b261a23 100644
--- a/nixos/modules/services/misc/portunus.nix
+++ b/nixos/modules/services/misc/portunus.nix
@@ -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 -.
+          :::
         '';
       };