From ad8b7f036e441b77f51eef21b5d088762489c967 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Tue, 14 Jan 2025 20:48:57 +0200 Subject: [PATCH] Revert "Add back IPv6 privacy addresses" This reverts commit 71803b14ecfd4f2b4c991aaaf73cc67ff63f2a63. --- base.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/base.nix b/base.nix index 5d75e24..a6df078 100644 --- a/base.nix +++ b/base.nix @@ -162,8 +162,11 @@ ######################################## Misc. ################################################## nixpkgs.config.allowUnfree = true; - # Easiest to use and most distros use this by default. - networking.networkmanager.enable = true; + networking = { + # Easiest to use and most distros use this by default. + networkmanager.enable = true; + tempAddresses = "disabled"; + }; users.mutableUsers = false; # Force all user management to happen throught nix-files