This commit is contained in:
iFargle 2023-12-04 20:10:00 +09:00
parent 3a94ca7092
commit 989e20bf9a

View file

@ -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 = ''