From 666f55df69b0d2cb8cdbcb29015353ec649a089f Mon Sep 17 00:00:00 2001 From: Gab Date: Tue, 24 Oct 2023 11:25:28 +0200 Subject: [PATCH] fix human error --- config/files/usr/etc/sysctl.d/40-ipv6.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/files/usr/etc/sysctl.d/40-ipv6.conf b/config/files/usr/etc/sysctl.d/40-ipv6.conf index 3202f2a9..9f38a25f 100644 --- a/config/files/usr/etc/sysctl.d/40-ipv6.conf +++ b/config/files/usr/etc/sysctl.d/40-ipv6.conf @@ -1,4 +1,5 @@ # Enable IPv6 Privacy Extensions net.ipv6.conf.all.use_tempaddr = 2 net.ipv6.conf.default.use_tempaddr = 2 -net.ipv6.conf.nic.use_tempaddr = 2 +net.ipv6.conf.eno1.use_tempaddr = 2 +net.ipv6.conf.wlp1s0.use_tempaddr = 2