Skip to content

Commit ec8562f

Browse files
committed
Add NixOS IPv6 documentation to readme
1 parent e457be3 commit ec8562f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

readme_template.md

+3
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ The hosts extensions are also available with the following options:
405405
```nix
406406
{
407407
networking.stevenBlackHosts = {
408+
enableIPv6 = true;
408409
blockFakenews = true;
409410
blockGambling = true;
410411
blockPorn = true;
@@ -413,6 +414,8 @@ The hosts extensions are also available with the following options:
413414
}
414415
```
415416

417+
IPv6 rules are enabled by default when `networking.enableIPv6` is set to `true`.
418+
416419
## Updating hosts file on Windows
417420

418421
(NOTE: See also some third-party Hosts managers, listed below.)

0 commit comments

Comments
 (0)