summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-12-28 16:00:14 +0100
committermakefu <github@syntax-fehler.de>2017-12-28 16:00:14 +0100
commit4cc193cffd02ca5352d47ab4772f468acb3973b6 (patch)
treeecb1b62bc07dc35912e6af91f6b6299cdd9712e4
parent9d4436644115c2cc5c130d9c210c201bb506c789 (diff)
ma hw: add kvm-intel
-rw-r--r--makefu/2configs/hw/tp-x2x0.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/makefu/2configs/hw/tp-x2x0.nix b/makefu/2configs/hw/tp-x2x0.nix
index 680545c99..f33c12a8f 100644
--- a/makefu/2configs/hw/tp-x2x0.nix
+++ b/makefu/2configs/hw/tp-x2x0.nix
@@ -5,6 +5,11 @@ with import <stockholm/lib>;
imports = [
./tpm.nix
];
+
+ boot.kernelModules = [
+ "kvm-intel"
+ ];
+
networking.wireless.enable = lib.mkDefault true;
hardware.enableAllFirmware = true;