diff --git a/hosts/workstation/hardware-configuration.nix b/hosts/workstation/hardware-configuration.nix index 910b6b4..fa2e9d1 100644 --- a/hosts/workstation/hardware-configuration.nix +++ b/hosts/workstation/hardware-configuration.nix @@ -19,9 +19,9 @@ kernelPackages = pkgs.linuxPackages_zen; kernel.sysctl = { "vm.swappiness" = 80; - "net.ipv6.conf.all.disable_ipv6" = 1; - "net.ipv6.conf.lo.disable_ipv6" = 1; - "net.ipv6.conf.default.disable_ipv6" = 1; + "net.ipv6.conf.all.disable_ipv6" = 0; + "net.ipv6.conf.lo.disable_ipv6" = 0; + "net.ipv6.conf.default.disable_ipv6" = 0; "net.ipv4.tcp_mtu_probing" = 1; }; loader = {