Progress rewrite further
This commit is contained in:
parent
bc6d1e6984
commit
b00e1c1c9d
15 changed files with 169 additions and 44 deletions
11
modules/nixos/hardware/cpu/amd/default.nix
Normal file
11
modules/nixos/hardware/cpu/amd/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
boot = {
|
||||
kernelModules = [ "kvm-amd" ];
|
||||
extraModprobeConfig = "options kvm_amd nested=1";
|
||||
};
|
||||
|
||||
hardware.cpu.amd.updateMicrocode = true;
|
||||
hardware.firmware = with pkgs; [ linux-firmware ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue