From ec8562f9f690de6b85a052e11a230d15fab24378 Mon Sep 17 00:00:00 2001 From: Gavin John Date: Tue, 21 Jan 2025 15:47:09 -0800 Subject: [PATCH] Add NixOS IPv6 documentation to readme --- readme_template.md | 3 +++ 1 file changed, 3 insertions(+) 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.)