index
:
world.git
this commit
main
nix configuration for my machines
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hosts
/
common
/
hardware
/
intel.nix
blob: ac279fb7fe3e9b6e2e65623c118b33c1e4786508 (
plain
) (
blame
)
1
2
3
4
{
hardware
.
cpu
.
intel
.
updateMicrocode
=
true
;
boot
.
kernelModules
=
[
"kvm-intel"
];
}