Disable IPv6 privacy extension for testing purposes

This commit is contained in:
Vili Sinervä 2024-09-18 00:52:38 +03:00
parent 30122fbeeb
commit b86c4db014
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

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