modules: hardware: move 'networking'

This commit is contained in:
Bruno BELANYI 2021-05-29 16:41:59 +02:00
parent abbe1bb203
commit 5f0c1f6a79
6 changed files with 11 additions and 9 deletions

View file

@ -31,5 +31,5 @@
};
# Which interface is used to connect to the internet
my.networking.externalInterface = "eth0";
my.hardware.networking.externalInterface = "eth0";
}