services.zitadel.tlsMode
NixOS option
The TLS mode to use. Options are: enabled: ZITADEL accepts HTTPS connections directly. You must configure TLS if this option is selected. external: ZITADEL forces HTTPS connections, with TLS terminated at a reverse proxy. disabled: ZITADEL accepts HTTP connections only. Should only be used for testing.
type: one of "external", "enabled", "disabled"Default
"external"
Example
declared in: nixos/modules/services/web-apps/zitadel.nixView source on NixOS/nixpkgs →"enabled"