enable ipv6

This commit is contained in:
2024-07-06 11:06:05 -06:00
parent 3cc3a378cb
commit 3c0166c2cd
3 changed files with 7 additions and 5 deletions

View File

@@ -13,9 +13,9 @@
kernelModules = [ "kvm-intel" ];
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;
};
loader = {
efi = {