diff --git a/common/components/networking.nix b/common/components/networking.nix index 9ac2a51..a6a61ff 100644 --- a/common/components/networking.nix +++ b/common/components/networking.nix @@ -1,17 +1,17 @@ { networking = { networkmanager = { - # enable = true; + enable = true; # Randomize MAC for every ethernet connetion - # ethernet.macAddress = "random"; - # connectionConfig = { - # # IPv6 Privacy Extensions - # "ipv6.ip6-privacy" = 2; + ethernet.macAddress = "random"; + connectionConfig = { + # IPv6 Privacy Extensions + "ipv6.ip6-privacy" = 2; - # # unique DUID per connection - # "ipv6.dhcp-duid" = "stable-uuid"; - # }; + # unique DUID per connection + "ipv6.dhcp-duid" = "stable-uuid"; + }; }; firewall = {