Permanently Deleted

  • Corngood@lemmy.ml
    ·
    1 year ago

    You can grab the kernel source and run make localmodconfig to generate a kernel config based on the currently loaded modules.

    Then in nixos you can override the kernel config with that one (sorry, I can't get the exact instructions right now).

    You'll need to make manual config changes for anything you might need to load dynamically.