l network-manager: randomize mac addresses
This commit is contained in:
parent
a5160c8d4f
commit
ab0d80fde8
|
@ -15,6 +15,8 @@
|
|||
};
|
||||
};
|
||||
networking.networkmanager = {
|
||||
ethernet.macAddress = "random";
|
||||
wifi.macAddress = "random";
|
||||
enable = true;
|
||||
unmanaged = [
|
||||
"docker*"
|
||||
|
|
Loading…
Reference in a new issue