shell-things/etc/sysctl.d/60-mikaela.conf

17 lines
524 B
Plaintext
Raw Normal View History

# Kernel settings that I prefer to have. ~~ Mikaela
# Core files appear with filename <binary>-<PID>-<hostname>.core
kernel.core_pattern = %e-%p-%h.core
# Only use swap when you have to, ~99% of RAM in use
vm.swappiness = 1
# When binding to IPv6, only bind to IPv6. Avoids dotted-decimals
net.ipv6.bindv6only=1
## Enable IPv6 privacy extensions and prefer them to the SLAAC address
net.ipv6.conf.eno1.use_tempaddr=2
net.ipv6.conf.wlo1.use_tempaddr=2
net.ipv6.conf.eth0.use_tempaddr=2
net.ipv6.conf.wlan0.use_tempaddr=2