From 774d9dfc710b2e683f74e7c7792fa51f56ad1953 Mon Sep 17 00:00:00 2001 From: Tasia Iso Date: Thu, 3 Oct 2024 12:36:09 +0200 Subject: [PATCH] temp --- common/components/networking.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/common/components/networking.nix b/common/components/networking.nix index a6a61ff..9ac2a51 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 = {