host_001_momo_koeln: fix swap UUID and initrd boot modules #223
Loading…
Reference in a new issue
No description provided.
Delete branch "momo/fix-swap-uuid"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
boot.initrd.kernelModules
overridesboot.initrd.availableKernelModules
and forces the initrd to load only those modules. This leads to the host
being unbootable in this case because of missing required modules.
availableKernelModules
is the correct place for desired modules.This got fixed during a debugging session of @hensoko and @teutat3s, but
not implemented in nix code until now.