mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
@@ -11,11 +11,11 @@
|
|||||||
];
|
];
|
||||||
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