diff --git a/machines/Home-Hypervisor/boot.nix b/machines/Home-Hypervisor/boot.nix index 3502627..e307306 100644 --- a/machines/Home-Hypervisor/boot.nix +++ b/machines/Home-Hypervisor/boot.nix @@ -86,9 +86,6 @@ in { "net.ipv4.tcp_congestion_control" = "bbr"; "net.core.default_qdisc" = "fq"; - # disable ipv6 - "net.ipv6.conf.all.disable_ipv6" = true; - "net.ipv6.conf.default.disable_ipv6" = true; }; }; }