rename "device" config tree as "hardware"

we are also using "device" for "network device" (as in eth0,
wlan0 etc) so this makes it a bit less confusing perhaps
This commit is contained in:
Daniel Barlow 2023-03-03 22:52:33 +00:00
parent 263882cbe4
commit e0ea576674
10 changed files with 38 additions and 37 deletions

View file

@ -40,7 +40,7 @@
SERIAL_8250_CONSOLE= "y";
};
};
device =
hardware =
let
mac80211 = pkgs.mac80211.override {
drivers = ["mac80211_hwsim"];