temp
This commit is contained in:
parent
c5082f704b
commit
774d9dfc71
|
@ -1,17 +1,17 @@
|
||||||
{
|
{
|
||||||
networking = {
|
networking = {
|
||||||
networkmanager = {
|
networkmanager = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
|
|
||||||
# Randomize MAC for every ethernet connetion
|
# Randomize MAC for every ethernet connetion
|
||||||
ethernet.macAddress = "random";
|
# ethernet.macAddress = "random";
|
||||||
connectionConfig = {
|
# connectionConfig = {
|
||||||
# IPv6 Privacy Extensions
|
# # IPv6 Privacy Extensions
|
||||||
"ipv6.ip6-privacy" = 2;
|
# "ipv6.ip6-privacy" = 2;
|
||||||
|
|
||||||
# unique DUID per connection
|
# # unique DUID per connection
|
||||||
"ipv6.dhcp-duid" = "stable-uuid";
|
# "ipv6.dhcp-duid" = "stable-uuid";
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
|
|
||||||
firewall = {
|
firewall = {
|
||||||
|
|
Loading…
Reference in a new issue