1769288238
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
networking.networkmanager = {
|
||||
ethernet.macAddress = "stable";
|
||||
wifi.macAddress = "random";
|
||||
wifi.scanRandMacAddress = true;
|
||||
};
|
||||
networking.wireless.iwd = {
|
||||
settings.General.AddressRandomization = "network";
|
||||
settings.Settings.AlwaysRandomizeAddress = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user