nixos/cdemu: use system kernel modules
This commit is contained in:
parent
9124e9584b
commit
d82c0f9790
|
@ -38,7 +38,7 @@ in {
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
extraModulePackages = [ pkgs.linuxPackages.vhba ];
|
extraModulePackages = [ config.boot.kernelPackages.vhba ];
|
||||||
kernelModules = [ "vhba" ];
|
kernelModules = [ "vhba" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue