diff options
author | makefu <github@syntax-fehler.de> | 2017-12-28 16:00:14 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-12-28 16:00:14 +0100 |
commit | 4cc193cffd02ca5352d47ab4772f468acb3973b6 (patch) | |
tree | ecb1b62bc07dc35912e6af91f6b6299cdd9712e4 /makefu | |
parent | 9d4436644115c2cc5c130d9c210c201bb506c789 (diff) |
ma hw: add kvm-intel
Diffstat (limited to 'makefu')
-rw-r--r-- | makefu/2configs/hw/tp-x2x0.nix | 5 |
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; |