sysctl: Enable IPv6 privacy addressing by default

KDE Linux is a desktop distribution.
The Linux default is aimed at servers and does not make sense.

Reference: https://docs.kernel.org/networking/ip-sysctl.html
This commit is contained in:
Aidan Harris
2026-04-18 11:40:46 +01:00
committed by Nate Graham
parent 2c1e94bf4d
commit 35bf21364b

View File

@@ -22,6 +22,9 @@ kernel.kexec_load_disabled=1
# `bbr` relies on pacing, and thus performs better with the `fq` qdisc.
net.ipv4.tcp_congestion_control = bbr
net.core.default_qdisc = fq
# Enable IPv6 privacy addressing by default
# KDE Linux is a desktop distribution. The Linux default of not having them is aimed at servers
net.ipv6.conf.default.use_tempaddr = 2
# Ensure that applications don't break/complain from hitting the limit
fs.inotify.max_user_instances = 8192
fs.inotify.max_user_watches = 524288