amazon-image.nix: Add the ixgbevf driver
This commit is contained in:
parent
04eb7492dc
commit
3adb769776
@ -20,7 +20,8 @@ let cfg = config.ec2; in
|
|||||||
autoResize = true;
|
autoResize = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
boot.initrd.kernelModules = [ "xen-blkfront" "xen-netfront" ];
|
boot.extraModulePackages = [ config.boot.kernelPackages.ixgbevf ];
|
||||||
|
boot.initrd.kernelModules = [ "xen-blkfront" "xen-netfront" "ixgbevf" ];
|
||||||
boot.kernelParams = mkIf cfg.hvm [ "console=ttyS0" ];
|
boot.kernelParams = mkIf cfg.hvm [ "console=ttyS0" ];
|
||||||
|
|
||||||
# Prevent the nouveau kernel module from being loaded, as it
|
# Prevent the nouveau kernel module from being loaded, as it
|
||||||
|
Loading…
x
Reference in New Issue
Block a user