Is there anyway I can get an iso or create one with rtl8821ce drivers?
I don’t think there is any documentation on this, and the ones I’ve tried online don’t build.
Is there anyway I can get an iso or create one with rtl8821ce drivers?
I don’t think there is any documentation on this, and the ones I’ve tried online don’t build.
Is there anyway I can get an iso or create one
Yes, follow Creating a NixOS live CD - NixOS Wiki
with rtl8821ce drivers?
I believe you want to add this to the configuration:
boot.extraModulePackages = [
config.boot.kernelPackages.rtl8821ce
];
Ah thanks! I needed to add an “s” at the end of “extraModulePackage”
but now there’s one problem, it starts creating a “4.0 filesystem” and it’s just stuck there.
Ah thanks! I needed to add an “s” at the end of “extraModulePackage”
Opps, what I get for quickly typing it by hand.
it starts creating a “4.0 filesystem” and it’s just stuck there.
The creation of a image can take a while, if it’s longer than 30mins then that’s probably an issue. Internally, there’s a runInLinuxImage
stage which can take a while.