feat: add more file systems

This commit is contained in:
Gerg-L 2025-05-21 19:20:49 -04:00
parent 5b991350c7
commit 3895760029
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
2 changed files with 8 additions and 5 deletions

View file

@ -60,7 +60,10 @@
boot = {
binfmt.emulatedSystems = [ "aarch64-linux" ];
supportedFilesystems.ntfs = true;
supportedFilesystems = {
ext4 = true;
ntfs = true;
};
initrd = {
availableKernelModules = [
"nvme"