This commit is contained in:
2026-01-18 15:56:23 +03:00
parent 47333aa53a
commit 22f01f9dde
2 changed files with 16 additions and 16 deletions
+12 -12
View File
@@ -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 = [
# ]; # ];
+4 -4
View File
@@ -12,10 +12,10 @@
boot = { boot = {
initrd = { initrd = {
supportedFilesystems = [ supportedFilesystems = [
"nfs" "nfs"
"nfsv4" "nfsv4"
"overlay" "overlay"
]; ];
availableKernelModules = [ availableKernelModules = [
"ahci" "ahci"
"xhci_pci" "xhci_pci"