6 lines
92 B
Nix
6 lines
92 B
Nix
{
|
|
networking.networkmanager = {
|
|
enable = true;
|
|
wifi.macAddress = "random";
|
|
};
|
|
}
|