Revert "Add back IPv6 privacy addresses"
This reverts commit 71803b14ec
.
This commit is contained in:
parent
ed237f2458
commit
ad8b7f036e
1 changed files with 5 additions and 2 deletions
5
base.nix
5
base.nix
|
@ -162,8 +162,11 @@
|
|||
######################################## Misc. ##################################################
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
networking = {
|
||||
# Easiest to use and most distros use this by default.
|
||||
networking.networkmanager.enable = true;
|
||||
networkmanager.enable = true;
|
||||
tempAddresses = "disabled";
|
||||
};
|
||||
|
||||
users.mutableUsers = false; # Force all user management to happen throught nix-files
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue