diff --git a/nixos/modules/services/web-servers/nginx/vhost-options.nix b/nixos/modules/services/web-servers/nginx/vhost-options.nix index 1c7d40244797..bc18bcaa7b34 100644 --- a/nixos/modules/services/web-servers/nginx/vhost-options.nix +++ b/nixos/modules/services/web-servers/nginx/vhost-options.nix @@ -169,7 +169,7 @@ with lib; description = '' Whether to enable HTTP 3. This requires using pkgs.nginxQuic package - which can be achived by setting services.nginx.package = pkgs.nginxQuic;. + which can be achieved by setting services.nginx.package = pkgs.nginxQuic;. Note that HTTP 3 support is experimental and *not* yet recommended for production. Read more at https://quic.nginx.org/