about summary refs log tree commit diff
path: root/nixos/modules/services/misc
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2023-12-09 23:42:41 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2024-04-17 23:09:45 +0200
commit8c3a2b0a104fe7af24901c7bc7970c606c9abbae (patch)
tree5e9bba598e45d26a52264cc19f2f237dffe1d75e /nixos/modules/services/misc
parent2b80ce7707aedcb79be09e412b6dd6c15c578ab2 (diff)
nixos/portunus: add note about allowed characters to id
Diffstat (limited to 'nixos/modules/services/misc')
-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 ab78479c96cd3..61eb8f0b10c3d 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 -.
+          :::
         '';
       };