kernel filesystem config changes
patch with bcachefs enable bcachefs, exfat, squashfs enable ntfs rw
This commit is contained in:
parent
56f5377205
commit
ea087f500e
3 changed files with 48 additions and 9 deletions
|
|
@ -5,6 +5,7 @@
|
|||
systemd-boot.enable = true;
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
supportedFilesystems = ["bcachefs"];
|
||||
blacklistedKernelModules = [
|
||||
"uvcvideo"
|
||||
];
|
||||
|
|
@ -21,6 +22,6 @@
|
|||
"radeon.si_support=0"
|
||||
"intel_pstate=passive"
|
||||
];
|
||||
kernelPackages = pkgs.linux-lava;
|
||||
kernelPackages = pkgs.lib.mkForce pkgs.linux-lava;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue