Add back IPv6 privacy addresses
This commit is contained in:
parent
e1f7ec6dbd
commit
71803b14ec
1 changed files with 2 additions and 5 deletions
7
base.nix
7
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue