This commit is contained in:
Tasia Iso 2024-10-03 12:36:09 +02:00
parent c5082f704b
commit 774d9dfc71
Signed by: tasiaiso
SSH key fingerprint: SHA256:KiRjUay5C9i6objsEOIycygBHn54pDBB3Lj7fyJ0Elw

View file

@ -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 = {