Add NixOS IPv6 documentation to readme
authorGavin John <redacted>
Tue, 21 Jan 2025 23:47:09 +0000 (15:47 -0800)
committerGavin John <redacted>
Tue, 21 Jan 2025 23:47:56 +0000 (15:47 -0800)
readme_template.md

index 223bae8652df91138ccbd95bc401f3d3112bd505..b9e134fce1afb1af476925bf5ceecdf09a391fc0 100644 (file)
@@ -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.)
git clone https://git.99rst.org/PROJECT