add f2fs, optimise tbb for vmware
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
fileSystems."/" =
|
||||
{ device = "/dev/disk/by-label/NixOS";
|
||||
fsType = "f2fs";
|
||||
options = [ "discard" ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user