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