configuration.nix. Right now it finds out the following:
- How many CPUs the machine has (for nix.maxJobs).
- Whether to load KVM support (either kvm-intel or kvm-amd).
- The modules necessary for the initrd by scanning the PCI and USB
busses. Only mass-storage and HID related modules are added.
svn path=/nixos/trunk/; revision=10221