ma hw: add kvm-intel
This commit is contained in:
parent
9d44366441
commit
4cc193cffd
@ -5,6 +5,11 @@ with import <stockholm/lib>;
|
||||
imports = [
|
||||
./tpm.nix
|
||||
];
|
||||
|
||||
boot.kernelModules = [
|
||||
"kvm-intel"
|
||||
];
|
||||
|
||||
networking.wireless.enable = lib.mkDefault true;
|
||||
|
||||
hardware.enableAllFirmware = true;
|
||||
|
Loading…
Reference in New Issue
Block a user