diff --git a/net-image/net-image.nix b/net-image/net-image.nix index 95ac609..f31116b 100644 --- a/net-image/net-image.nix +++ b/net-image/net-image.nix @@ -138,6 +138,7 @@ in ${config.netImage.populateFirmwareCommands} mkdir -p $bootfs cp -r . $bootfs + mkdir -p $rootfs/boot/firmware cp -r . $rootfs/boot/firmware ''; })