diff --git a/nixos/hosts/framework-server/default.nix b/nixos/hosts/framework-server/default.nix index 62b99d8a..0cd8a52b 100644 --- a/nixos/hosts/framework-server/default.nix +++ b/nixos/hosts/framework-server/default.nix @@ -50,7 +50,9 @@ boot.kernel.sysctl = { "net.ipv4.ip_forward" = true; - "net.ipv6.ip_forward" = true; + "net.ipv6.conf.enp0s13f0u1.disable_ipv6" = true; + "net.ipv6.conf.all.disable_ipv6" = true; + "net.ipv6.conf.wlp170s0.disable_ipv6" = true; }; boot.initrd.services.udev.rules = ''