* Load the kvm-intel module.
svn path=/configurations/trunk/tud/; revision=7922
Eelco Dolstra committed
Feb 20, 2007 at 14:24 UTC
a0486ec378a6164ab21cb608bd24cd971e86aaa4
1 file changed
+6
-1
main.nix
+6
-1
@@ -4,6 +4,7 @@
4
initrd = {
5
extraKernelModules = ["arcmsr"];
6
};
7
+ extraKernelModules = ["kvm-intel"];
8
};
9
10
fileSystems = [
@@ -44,7 +45,11 @@
45
};
46
47
};
47
-
48
+
49
+ extraSubservices = [
50
+
51
+ ];
52
+
53
};
54
55
};