We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e457be3 commit ec8562fCopy full SHA for ec8562f
readme_template.md
@@ -405,6 +405,7 @@ The hosts extensions are also available with the following options:
405
```nix
406
{
407
networking.stevenBlackHosts = {
408
+ enableIPv6 = true;
409
blockFakenews = true;
410
blockGambling = true;
411
blockPorn = true;
@@ -413,6 +414,8 @@ The hosts extensions are also available with the following options:
413
414
}
415
```
416
417
+IPv6 rules are enabled by default when `networking.enableIPv6` is set to `true`.
418
+
419
## Updating hosts file on Windows
420
421
(NOTE: See also some third-party Hosts managers, listed below.)
0 commit comments