add f2fs, optimise tbb for vmware

This commit is contained in:
k3t
2026-06-27 19:34:57 -06:00
parent 65a190e115
commit f82821bdd2
3 changed files with 12 additions and 5 deletions
+7
View File
@@ -0,0 +1,7 @@
{
fileSystems."/" =
{ device = "/dev/disk/by-label/NixOS";
fsType = "f2fs";
options = [ "discard" ];
};
}