From 3d4fbb874cbc3d5d179e9fab0f7099e95b34d960 Mon Sep 17 00:00:00 2001 From: Thomas Strobel Date: Thu, 29 Jan 2015 09:58:28 +0100 Subject: Update: add new Xen versions + update NixOS Xen modules Versions of XEN: - Xen 4.5 - Xen 4.5 + XenServer patches - Xen 4.4.1 --- nixos/modules/virtualisation/xen-domU.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'nixos/modules/virtualisation/xen-domU.nix') diff --git a/nixos/modules/virtualisation/xen-domU.nix b/nixos/modules/virtualisation/xen-domU.nix index 48358966934..2db3190ad13 100644 --- a/nixos/modules/virtualisation/xen-domU.nix +++ b/nixos/modules/virtualisation/xen-domU.nix @@ -9,7 +9,10 @@ boot.loader.grub.device = "nodev"; boot.loader.grub.extraPerEntryConfig = "root (hd0)"; - boot.initrd.kernelModules = [ "xen-blkfront" ]; + boot.initrd.kernelModules = + [ "xen-blkfront" "xen-tpmfront" "xen-kbdfront" "xen-fbfront" + "xen-netfront" "xen-pcifront" "xen-scsifront" + ]; # Send syslog messages to the Xen console. services.syslogd.tty = "hvc0"; -- cgit 1.4.1