nixos/hardware: add kvm-amd module
Check / Nix flake (push) Failing after 10s
Lint / Nix expressions (push) Failing after 10s

From running the virtual machine on an AMD system.
This commit is contained in:
2026-05-04 01:36:13 -04:00
parent 3a5d5d27f4
commit 760c5c8284
+4 -1
View File
@@ -15,7 +15,10 @@
"xhci_pci"
];
kernelModules = [ "kvm-intel" ];
kernelModules = [
"kvm-amd"
"kvm-intel"
];
};
hardware = {