Revert "Add back IPv6 privacy addresses"

This reverts commit 71803b14ec.
This commit is contained in:
Vili Sinervä 2025-01-14 20:48:57 +02:00
parent ed237f2458
commit ad8b7f036e
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -162,8 +162,11 @@
######################################## Misc. ################################################## ######################################## Misc. ##################################################
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
# Easiest to use and most distros use this by default. networking = {
networking.networkmanager.enable = true; # 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 users.mutableUsers = false; # Force all user management to happen throught nix-files