9 lines
140 B
Nix
9 lines
140 B
Nix
{ ... }:
|
|
|
|
{
|
|
networking.networkmanager = {
|
|
enable = true;
|
|
#ethernet.macAddress = "random";
|
|
#wifi.macAddress = "random";
|
|
};
|
|
}
|