amazon-image.nix: Add the ixgbevf driver

wip/yesman
Eelco Dolstra 8 years ago
parent 04eb7492dc
commit 3adb769776
  1. 3
      nixos/modules/virtualisation/amazon-image.nix

@ -20,7 +20,8 @@ let cfg = config.ec2; in
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" ];
# Prevent the nouveau kernel module from being loaded, as it

Loading…
Cancel
Save