Disable IPv6 RA/autoconf/temp addr

This commit is contained in:
Quentin 2022-10-14 08:38:19 +02:00
parent 3247bf69cf
commit 10b0840daa
Signed by: quentin
GPG Key ID: E9602264D639FF68
1 changed files with 3 additions and 0 deletions

View File

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