nixy: remove f2fs from initramfs

This commit is contained in:
2025-01-15 11:55:21 +01:00
parent 9f78cde62f
commit 650c50889e

View File

@@ -100,7 +100,6 @@ in
}; };
readOnlyNixStore = true; readOnlyNixStore = true;
supportedFilesystems = [ supportedFilesystems = [
"f2fs"
"xfs" "xfs"
]; ];
tmp.useTmpfs = true; tmp.useTmpfs = true;