nixos-config/modules/virtual/kvm-amd.nix
2025-09-04 10:21:17 +02:00

3 lines
64 B
Nix

{lib, ...}: {
boot.kernelModules = lib.mkAfter ["kvm-amd"];
}