mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 19:46:10 +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;
|
||||
};
|
||||
|
||||
hardware.enableAllFirmware = true;
|
||||
hardware.enableRedistributableFirmware = mkDefault true;
|
||||
services.tlp.enable = true;
|
||||
|
||||
services.xserver = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue