mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 12:40:44 +03:00
123
This commit is contained in:
@@ -13,7 +13,13 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
initrd.availableKernelModules = [
|
initrd = {
|
||||||
|
supportedFilesystems = [
|
||||||
|
"nfs"
|
||||||
|
"nfsv4"
|
||||||
|
"overlay"
|
||||||
|
];
|
||||||
|
availableKernelModules = [
|
||||||
"nvme"
|
"nvme"
|
||||||
"xhci_pci"
|
"xhci_pci"
|
||||||
"thunderbolt"
|
"thunderbolt"
|
||||||
@@ -22,6 +28,7 @@
|
|||||||
"usbhid"
|
"usbhid"
|
||||||
"sd_mod"
|
"sd_mod"
|
||||||
];
|
];
|
||||||
|
};
|
||||||
# kernelModules = [
|
# kernelModules = [
|
||||||
# ];
|
# ];
|
||||||
extraModulePackages = [ ];
|
extraModulePackages = [ ];
|
||||||
|
|||||||
@@ -11,6 +11,11 @@
|
|||||||
];
|
];
|
||||||
boot = {
|
boot = {
|
||||||
initrd = {
|
initrd = {
|
||||||
|
supportedFilesystems = [
|
||||||
|
"nfs"
|
||||||
|
"nfsv4"
|
||||||
|
"overlay"
|
||||||
|
];
|
||||||
availableKernelModules = [
|
availableKernelModules = [
|
||||||
"ahci"
|
"ahci"
|
||||||
"xhci_pci"
|
"xhci_pci"
|
||||||
|
|||||||
Reference in New Issue
Block a user