diff --git a/readme_template.md b/readme_template.md index 223bae865..b9e134fce 100644 --- a/readme_template.md +++ b/readme_template.md @@ -405,6 +405,7 @@ The hosts extensions are also available with the following options: ```nix { networking.stevenBlackHosts = { + enableIPv6 = true; blockFakenews = true; blockGambling = true; blockPorn = true; @@ -413,6 +414,8 @@ The hosts extensions are also available with the following options: } ``` +IPv6 rules are enabled by default when `networking.enableIPv6` is set to `true`. + ## Updating hosts file on Windows (NOTE: See also some third-party Hosts managers, listed below.)