velox_vulnus@lemmy.ml to nixos@lemmy.ml • edit-217 days ago*Permanently Deleted*trashmessage-squaremessage-square2 fedilinkarrow-up18file-text
arrow-up18message-square*Permanently Deleted*trashvelox_vulnus@lemmy.ml to nixos@lemmy.ml • edit-217 days agomessage-square2 Commentsfedilinkfile-text
minus-squareCorngood@lemmy.mlhexbear3·1 year agoYou 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. linkfedilink
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.