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:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user