8 lines
161 B
Nix
8 lines
161 B
Nix
{...}: {
|
|
networking.networkmanager = {
|
|
enable = true;
|
|
wifi.backend = "iwd";
|
|
ethernet.macAddress = "random";
|
|
wifi.macAddress = "random";
|
|
};
|
|
}
|