test
This commit is contained in:
parent
3a94ca7092
commit
989e20bf9a
1 changed files with 3 additions and 1 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue