Update: add new Xen versions + update NixOS Xen modules

Versions of XEN:
- Xen 4.5
- Xen 4.5 + XenServer patches
- Xen 4.4.1
This commit is contained in:
Thomas Strobel
2015-02-25 23:30:44 +01:00
parent 7cc7e9b64a
commit 3d4fbb874c
7 changed files with 341 additions and 123 deletions
+4 -1
View File
@@ -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";