fixed hardware config

This commit is contained in:
cnst
2024-06-15 18:56:00 +02:00
parent 4835ecc25a
commit a702d39bea

View File

@@ -5,9 +5,9 @@
[ (modulesPath + "/profiles/qemu-guest.nix")
];
boot.initrd.availableKernalModules = [ "ahci" "xhci_pci" "virtio_pci" "sr_mod" "virtio_blk" ];
boot.initrd.kernalModules = [ ];
boot.kernalModules = [ "kvm-amd ];
boot.initrd.availableKernelModules = [ "ahci" "xhci_pci" "virtio_pci" "sr_mod" "virtio_blk" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];
fileSystems."/" =