ma hw: add kvm-intel

This commit is contained in:
makefu 2017-12-28 16:00:14 +01:00
parent 9d44366441
commit 4cc193cffd
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -5,6 +5,11 @@ with import <stockholm/lib>;
imports = [
./tpm.nix
];
boot.kernelModules = [
"kvm-intel"
];
networking.wireless.enable = lib.mkDefault true;
hardware.enableAllFirmware = true;