Skip to content

Commit

Permalink
apollo: update hardware config from nixos-generate-config
Browse files Browse the repository at this point in the history
  • Loading branch information
diogotcorreia committed Dec 14, 2024
1 parent 839482f commit e5b9e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosts/apollo/hardware.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}: {
imports = [(modulesPath + "/installer/scan/not-detected.nix")];

boot.initrd.availableKernelModules = ["nvme" "xhci_pci" "ahci" "usbhid"];
boot.initrd.availableKernelModules = ["nvme" "xhci_pci" "ahci" "usbhid" "sd_mod"];
boot.initrd.kernelModules = [];
boot.kernelModules = ["kvm-amd"];
boot.extraModulePackages = [];
Expand Down

0 comments on commit e5b9e6f

Please sign in to comment.