1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware.git synced 2024-10-18 14:35:21 -04:00

microsoft/surface: enable redistributable firmware

This commit is contained in:
Jörg Thalheim 2022-01-25 07:57:50 +01:00
parent b9fb6c76d1
commit 5e720c70a8

View file

@ -17,6 +17,8 @@
# NOTE: Check the README before enabling TLP:
services.tlp.enable = lib.mkDefault false;
# i.e. needed for wifi firmware, see https://github.com/NixOS/nixos-hardware/issues/364
hardware.enableRedistributableFirmware = lib.mkDefault true;
hardware.sensor.iio.enable = lib.mkDefault true;
environment.systemPackages = with pkgs; [ surface-control ];