Disable IPv6 privacy extension for testing purposes
This commit is contained in:
parent
30122fbeeb
commit
b86c4db014
1 changed files with 1 additions and 0 deletions
1
base.nix
1
base.nix
|
@ -193,6 +193,7 @@
|
|||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
|
||||
networking.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