mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
feat: add more file systems
This commit is contained in:
parent
5b991350c7
commit
3895760029
2 changed files with 8 additions and 5 deletions
|
|
@ -60,7 +60,10 @@
|
|||
boot = {
|
||||
binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
|
||||
supportedFilesystems.ntfs = true;
|
||||
supportedFilesystems = {
|
||||
ext4 = true;
|
||||
ntfs = true;
|
||||
};
|
||||
initrd = {
|
||||
availableKernelModules = [
|
||||
"nvme"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue