forked from Deuxfleurs/nixcfg
remove obsolete directives
This commit is contained in:
parent
ecfab3c628
commit
a31c6d109e
1 changed files with 0 additions and 3 deletions
|
@ -36,9 +36,6 @@
|
|||
|
||||
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