From c357f0f9c5755827d2f6804f1da289e7eb9cbd25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Tue, 14 Jan 2025 17:44:27 +0200 Subject: [PATCH] Disable IPv6 privacy for two machines --- machine-confs/helium.nix | 1 + machine-confs/lithium.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/machine-confs/helium.nix b/machine-confs/helium.nix index 9dfcd7e..18c14b0 100644 --- a/machine-confs/helium.nix +++ b/machine-confs/helium.nix @@ -2,6 +2,7 @@ { networking = { hostName = "helium"; + tempAddresses = "disabled"; # For IP-based filtering to work better wg-quick.interfaces = { wg0 = { diff --git a/machine-confs/lithium.nix b/machine-confs/lithium.nix index 3c095ae..4257108 100644 --- a/machine-confs/lithium.nix +++ b/machine-confs/lithium.nix @@ -2,6 +2,7 @@ { networking = { hostName = "lithium"; + tempAddresses = "disabled"; # For IP-based filtering to work better wg-quick.interfaces = { wg0 = {