forked from Deuxfleurs/nixcfg
Disable IPv6 RA/autoconf/temp addr
This commit is contained in:
parent
3247bf69cf
commit
10b0840daa
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@
|
|||
|
||||
boot.kernel.sysctl = {
|
||||
"vm.max_map_count" = 262144;
|
||||
"net.ipv6.conf.all.accept_ra" = 0;
|
||||
"net.ipv6.conf.all.autoconf" = 0;
|
||||
"net.ipv6.conf.all.use_tempaddr" = 0;
|
||||
};
|
||||
|
||||
services.journald.extraConfig = ''
|
||||
|
|
Loading…
Reference in a new issue