mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-14 15:09:41 +01:00
microsoft/surface: enable redistributable firmware
This commit is contained in:
parent
ac391b7104
commit
eff456dff7
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@
|
||||||
# NOTE: Check the README before enabling TLP:
|
# NOTE: Check the README before enabling TLP:
|
||||||
services.tlp.enable = lib.mkDefault false;
|
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;
|
hardware.sensor.iio.enable = lib.mkDefault true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [ surface-control ];
|
environment.systemPackages = with pkgs; [ surface-control ];
|
||||||
|
|
Loading…
Reference in a new issue