Skip to content

Commit

Permalink
Hopefully fix booting on miracle-crusher.
Browse files Browse the repository at this point in the history
  • Loading branch information
gradientvera committed Nov 5, 2023
1 parent 6d0e957 commit 7c8ca28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosts/miracle-crusher/hardware-configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" "amdgpu" "xhci_hcd" ];
boot.initrd.kernelModules = [ "amdgpu" ];
boot.kernelModules = [ "kvm-amd" ];
boot.kernelModules = [ "kvm_amd" ];
boot.extraModulePackages = [ ];

nixpkgs.hostPlatform = "x86_64-linux";
Expand Down

0 comments on commit 7c8ca28

Please sign in to comment.