1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 11:03:33 +02:00

HP Elitebook G6: let the user enable allowUnfree

This commit is contained in:
Jörg Thalheim 2024-04-27 08:49:29 +02:00
parent 3f80e6295a
commit 66c5ed62ab

View File

@ -23,6 +23,4 @@
# reduces warnings/errors in boot log, seems to eliminate the ocassional boot hangs described in readme
hardware.enableAllFirmware = lib.mkDefault true;
# required for enableAllFirmware
nixpkgs.config.allowUnfree = lib.mkDefault true;
}