enabled ipv6 on workstation
This commit is contained in:
parent
e10055393c
commit
30edf36801
@ -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 = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user