Put all firmware in $out/lib/firmware
This way, hardware.firmware can be a list of packages.
This commit is contained in:
@@ -216,7 +216,7 @@ in
|
||||
];
|
||||
|
||||
# The Linux kernel >= 2.6.27 provides firmware.
|
||||
hardware.firmware = [ "${kernel}/lib/firmware" ];
|
||||
hardware.firmware = [ kernel ];
|
||||
|
||||
# Create /etc/modules-load.d/nixos.conf, which is read by
|
||||
# systemd-modules-load.service to load required kernel modules.
|
||||
|
||||
Reference in New Issue
Block a user