minisforum/um-series: drop redundant initrd modules
These are already covered by nixpkgs defaults in kernel.nix (nvme, xhci_pci, usbhid, sd_mod) or detected by nixos-generate-config via PCI/USB class scanning (thunderbolt, usb_storage).
This commit is contained in:
parent
1742247ff5
commit
ac5ab0304c
1 changed files with 0 additions and 9 deletions
|
|
@ -10,15 +10,6 @@
|
||||||
../common/pc/ssd
|
../common/pc/ssd
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.initrd.availableKernelModules = [
|
|
||||||
"nvme"
|
|
||||||
"xhci_pci"
|
|
||||||
"thunderbolt"
|
|
||||||
"usbhid"
|
|
||||||
"usb_storage"
|
|
||||||
"sd_mod"
|
|
||||||
];
|
|
||||||
|
|
||||||
hardware.enableRedistributableFirmware = lib.mkDefault true;
|
hardware.enableRedistributableFirmware = lib.mkDefault true;
|
||||||
|
|
||||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue