mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2026-01-02 22:29:52 +01:00
profile/core: remove e1000e and nvme from kernelModules.
This commit is contained in:
parent
b6424bd12a
commit
72c96ce9bb
1 changed files with 0 additions and 5 deletions
|
|
@ -11,10 +11,5 @@ _: {
|
||||||
"usb_storage"
|
"usb_storage"
|
||||||
"xhci_pci"
|
"xhci_pci"
|
||||||
];
|
];
|
||||||
|
|
||||||
kernelModules = [
|
|
||||||
"e1000e"
|
|
||||||
"nvme"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue