services.movim.h2o.tls.quic
NixOS option
Enables HTTP/3 over QUIC on the UDP port for TLS. The attrset provides fine-turning for QUIC behavior, but can be empty. See https://h2o.examp1e.net/configure/http3_directives.html#quic-attributes.
type: null or (attribute set)Default
null
Example
declared in: nixos/modules/services/web-apps/movim.nixView source on NixOS/nixpkgs →{
amp-limit = 2;
handshake-timeout-rtt-multiplier = 300;
retry = "ON";
}