summary refs log tree commit diff
path: root/nixos/modules/services/web-servers/nginx/vhost-options.nix
diff options
context:
space:
mode:
authorJohannes Arnold <johannes.arnold@stud.uni-hannover.de>2021-06-28 18:08:31 +0200
committerGitHub <noreply@github.com>2021-06-28 18:08:31 +0200
commit3a30f526761528bc7b4dd609709e71b643a929ba (patch)
treec793da58e4c71d0b022100836c36979c3e0397aa /nixos/modules/services/web-servers/nginx/vhost-options.nix
parente1f8852faac7638e88d5e8a5b9ee2a7568685e3f (diff)
downloadnixpkgs-3a30f526761528bc7b4dd609709e71b643a929ba.tar
nixpkgs-3a30f526761528bc7b4dd609709e71b643a929ba.tar.gz
nixpkgs-3a30f526761528bc7b4dd609709e71b643a929ba.tar.bz2
nixpkgs-3a30f526761528bc7b4dd609709e71b643a929ba.tar.lz
nixpkgs-3a30f526761528bc7b4dd609709e71b643a929ba.tar.xz
nixpkgs-3a30f526761528bc7b4dd609709e71b643a929ba.tar.zst
nixpkgs-3a30f526761528bc7b4dd609709e71b643a929ba.zip
nixos/nginx: fix typo
Diffstat (limited to 'nixos/modules/services/web-servers/nginx/vhost-options.nix')
-rw-r--r--nixos/modules/services/web-servers/nginx/vhost-options.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-servers/nginx/vhost-options.nix b/nixos/modules/services/web-servers/nginx/vhost-options.nix
index 1c7d4024479..bc18bcaa7b3 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 <literal>pkgs.nginxQuic</literal> package
-        which can be achived by setting <literal>services.nginx.package = pkgs.nginxQuic;</literal>.
+        which can be achieved by setting <literal>services.nginx.package = pkgs.nginxQuic;</literal>.
         Note that HTTP 3 support is experimental and
         *not* yet recommended for production.
         Read more at https://quic.nginx.org/