summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/networking/networkmanager.nix
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2021-09-24 20:16:18 +0300
committerArtturin <Artturin@artturin.com>2021-11-19 01:12:25 +0200
commit31759dc4b74e667462b98b41e031fc2362d10428 (patch)
tree81dc9e9a15996d74f6b1804065f6591d5a0792c9 /nixos/modules/services/networking/networkmanager.nix
parent4ae4baa724033663030314a35c89df0aecc05f5b (diff)
nixos/networkmanager: remove redundant ipv6.ip6-privacy
this setting was added in 2016 in commit bcdd81d9e14d960cf2fc910b622e236728a7fc07 the posibility to preferTempAddress was added to nixos/network-interface in 2018 in commit 1fec496f384c53df39684035bafb482865d3eff8 preferTempAddress was renamed to tempAddress in 2020 in commit 2485e6399e1737d9795f836bb057ab0daf719f03 therefore this setting is redundant since nm will use the sysctl option nixos/network-interfaces: add default to sysctl so that the value for it is set networkmanager falls back to it https://man.archlinux.org/man/NetworkManager.conf.5
Diffstat (limited to 'nixos/modules/services/networking/networkmanager.nix')
-rw-r--r--nixos/modules/services/networking/networkmanager.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/networkmanager.nix b/nixos/modules/services/networking/networkmanager.nix
index 74daf0ae9faf..73e63e2ee99b 100644
--- a/nixos/modules/services/networking/networkmanager.nix
+++ b/nixos/modules/services/networking/networkmanager.nix
@@ -527,7 +527,6 @@ in {
{
networkmanager.connectionConfig = {
- "ipv6.ip6-privacy" = 2;
"ethernet.cloned-mac-address" = cfg.ethernet.macAddress;
"wifi.cloned-mac-address" = cfg.wifi.macAddress;
"wifi.powersave" =