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
1 changed files with 0 additions and 2 deletions

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;
}