mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-12-23 18:19:44 +01:00
Don't enable non-dedistributable firmware by default
This commit is contained in:
parent
d977cf26de
commit
5340bd39d1
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ with lib;
|
||||||
emulateWheel = true;
|
emulateWheel = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware.enableAllFirmware = true;
|
hardware.enableRedistributableFirmware = mkDefault true;
|
||||||
services.tlp.enable = true;
|
services.tlp.enable = true;
|
||||||
|
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
|
|
Loading…
Reference in a new issue