From 7ba0f0f3112528aa147539610fecd617a3143c50 Mon Sep 17 00:00:00 2001 From: batvin321 Date: Mon, 13 Jan 2025 14:00:36 -0500 Subject: [PATCH] Update system/vm/hardware-configuration.nix --- system/vm/hardware-configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system/vm/hardware-configuration.nix b/system/vm/hardware-configuration.nix index 75777f5..4308a34 100644 --- a/system/vm/hardware-configuration.nix +++ b/system/vm/hardware-configuration.nix @@ -5,12 +5,12 @@ { imports = - [ (modulesPath + "/installer/scan/not-detected.nix") + [ (modulesPath + "/profiles/qemu-guest.nix") ]; - boot.initrd.availableKernelModules = [ "ehci_pci" "ahci" "firewire_ohci" "xhci_pci" "usb_storage" "sd_mod" "sr_mod" "sdhci_pci" ]; + boot.initrd.availableKernelModules = [ "ahci" "xhci_pci" "virtio_pci" "sr_mod" "virtio_blk" ]; boot.initrd.kernelModules = [ ]; - boot.kernelModules = [ "kvm-intel" ]; + boot.kernelModules = [ "kvm-amd" ]; boot.extraModulePackages = [ ]; fileSystems."/" =