8 lines
107 B
Nix
8 lines
107 B
Nix
{
|
|
networking.networkmanager = {
|
|
enable = true;
|
|
ethernet.macAddress = "stable";
|
|
};
|
|
};
|
|
}
|