From fbecc291f4d3a5f93e487526701d43a494b88ece Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Wed, 25 Feb 2026 13:47:47 -0600 Subject: changes --- modules/system/nixos/networking/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules/system/nixos/networking') diff --git a/modules/system/nixos/networking/default.nix b/modules/system/nixos/networking/default.nix index a042411..f063036 100644 --- a/modules/system/nixos/networking/default.nix +++ b/modules/system/nixos/networking/default.nix @@ -10,4 +10,10 @@ enable = true; checkReversePath = "loose"; }; + + # disable all ipv6 + boot.kernel.sysctl = { + "net.ipv6.conf.all.disable_ipv6" = 1; + "net.ipv6.conf.default.disable_ipv6" = 1; + }; } -- cgit v1.3.1