7 lines
127 B
Nix
7 lines
127 B
Nix
{
|
|
fileSystems."/" =
|
|
{ device = "/dev/disk/by-label/NixOS";
|
|
fsType = "f2fs";
|
|
options = [ "discard" ];
|
|
};
|
|
} |