Testing
This commit is contained in:
parent
46084ffb42
commit
45f835e29f
1 changed files with 6 additions and 0 deletions
|
@ -14,4 +14,10 @@
|
|||
allowedUDPPorts = [ ];
|
||||
};
|
||||
};
|
||||
|
||||
boot.kernel.sysctl = {
|
||||
"net.ipv6.conf.all.disable_ipv6" = true;
|
||||
};
|
||||
|
||||
boot.kernelParams = [ "ipv6.disable=1" ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue