aboutsummaryrefslogtreecommitdiff
path: root/profiles/hardware/intel.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-05-02 17:50:50 -0700
committerFranck Cuny <franck@fcuny.net>2023-05-02 17:50:50 -0700
commit80b2a5ed2cf30c66ec75480c24c53c7b329c3381 (patch)
tree11c574af791e9a71ec39b03ffa682b58584bf796 /profiles/hardware/intel.nix
parentprofiles/default: move default packages there (diff)
downloadinfra-80b2a5ed2cf30c66ec75480c24c53c7b329c3381.tar.gz
profiles/hardware: create a few profiles related to hardware
Diffstat (limited to 'profiles/hardware/intel.nix')
-rw-r--r--profiles/hardware/intel.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/hardware/intel.nix b/profiles/hardware/intel.nix
new file mode 100644
index 0000000..756ad9a
--- /dev/null
+++ b/profiles/hardware/intel.nix
@@ -0,0 +1,5 @@
+{ ... }:
+{
+ hardware.cpu.intel.updateMicrocode = true;
+ boot.kernelModules = [ "kvm-intel" ];
+}