Don't enable non-dedistributable firmware by default

This commit is contained in:
Maximilian Bosch 2017-09-06 09:45:30 +02:00
parent d977cf26de
commit 5340bd39d1
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -8,7 +8,7 @@ with lib;
emulateWheel = true;
};
hardware.enableAllFirmware = true;
hardware.enableRedistributableFirmware = mkDefault true;
services.tlp.enable = true;
services.xserver = {