From 3a30f526761528bc7b4dd609709e71b643a929ba Mon Sep 17 00:00:00 2001 From: Johannes Arnold Date: Mon, 28 Jun 2021 18:08:31 +0200 Subject: [PATCH] nixos/nginx: fix typo --- nixos/modules/services/web-servers/nginx/vhost-options.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/