From 2f8910403919a1647ceb9fc9057ecbdda2483a54 Mon Sep 17 00:00:00 2001 From: n0099 Date: Thu, 7 Aug 2025 09:42:04 +0000 Subject: [PATCH] nixos/nginx: change doc of `services.nginx.virtualHosts..listenAddresses` to clarify `enableIPv6` is inherited from `networking`: https://github.com/NixOS/nixpkgs/blob/ce01daebf8489ba97bd1609d185ea276efdeb121/nixos/modules/services/web-servers/nginx/default.nix#L40 --- 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 ac30a88c860f..0ec7be568f6f 100644 --- a/nixos/modules/services/web-servers/nginx/vhost-options.nix +++ b/nixos/modules/services/web-servers/nginx/vhost-options.nix @@ -99,7 +99,7 @@ with lib; Compared to `listen` this only sets the addresses and the ports are chosen automatically. - Note: This option overrides `enableIPv6` + Note: This option overrides `networking.enableIPv6` ''; default = [ ]; example = [