Add back IPv6 privacy addresses

This commit is contained in:
Vili Sinervä 2025-01-14 17:36:43 +02:00
parent e1f7ec6dbd
commit 71803b14ec
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -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