feat(yoga): add usb wifi config and iio sensor

This commit is contained in:
Michael Mandl 2022-08-31 16:04:12 +02:00
parent ec0e3552fb
commit 776f67dc73
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7

View file

@ -44,6 +44,9 @@
networking.interfaces.wlp2s0.useDHCP = lib.mkDefault true;
networking.interfaces.enp3s0.useDHCP = lib.mkDefault true;
networking.interfaces.wlp0s20u5.useDHCP = lib.mkDefault true;
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
hardware.sensor.iio.enable = true;
}