imxyy-nix: net: use network card's own MAC address
This commit is contained in:
@@ -24,7 +24,6 @@
|
|||||||
eth0 = {
|
eth0 = {
|
||||||
useDHCP = lib.mkForce true;
|
useDHCP = lib.mkForce true;
|
||||||
wakeOnLan.enable = true;
|
wakeOnLan.enable = true;
|
||||||
macAddress = "3C:7C:3F:7C:D3:9D";
|
|
||||||
ipv4 = {
|
ipv4 = {
|
||||||
addresses = [
|
addresses = [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user