nixos/nginx: change doc of services.nginx.virtualHosts.<name>.listenAddresses

to clarify `enableIPv6` is inherited from `networking`: https://github.com/NixOS/nixpkgs/blob/ce01daebf8489ba97bd1609d185ea276efdeb121/nixos/modules/services/web-servers/nginx/default.nix#L40
This commit is contained in:
n0099
2025-08-07 09:42:04 +00:00
parent e07409d81c
commit 2f89104039
@@ -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 = [