mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
Merge branch 'master' of github.com:oqyude/nixos
This commit is contained in:
@@ -15,19 +15,19 @@
|
|||||||
boot = {
|
boot = {
|
||||||
initrd = {
|
initrd = {
|
||||||
supportedFilesystems = [
|
supportedFilesystems = [
|
||||||
"nfs"
|
"nfs"
|
||||||
"nfsv4"
|
"nfsv4"
|
||||||
"overlay"
|
"overlay"
|
||||||
];
|
];
|
||||||
availableKernelModules = [
|
availableKernelModules = [
|
||||||
"nvme"
|
"nvme"
|
||||||
"xhci_pci"
|
"xhci_pci"
|
||||||
"thunderbolt"
|
"thunderbolt"
|
||||||
"usb_storage"
|
"usb_storage"
|
||||||
"uas"
|
"uas"
|
||||||
"usbhid"
|
"usbhid"
|
||||||
"sd_mod"
|
"sd_mod"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
# kernelModules = [
|
# kernelModules = [
|
||||||
# ];
|
# ];
|
||||||
|
|||||||
@@ -12,10 +12,10 @@
|
|||||||
boot = {
|
boot = {
|
||||||
initrd = {
|
initrd = {
|
||||||
supportedFilesystems = [
|
supportedFilesystems = [
|
||||||
"nfs"
|
"nfs"
|
||||||
"nfsv4"
|
"nfsv4"
|
||||||
"overlay"
|
"overlay"
|
||||||
];
|
];
|
||||||
availableKernelModules = [
|
availableKernelModules = [
|
||||||
"ahci"
|
"ahci"
|
||||||
"xhci_pci"
|
"xhci_pci"
|
||||||
|
|||||||
Reference in New Issue
Block a user