• 0 Posts
  • 7 Comments
Joined 4 years ago
cake
Cake day: June 24th, 2020

help-circle


  • 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.