8 lines
99 B
Nix
8 lines
99 B
Nix
{
|
|
fileSystems."/" = {
|
|
fsType = "ext4";
|
|
label = "main";
|
|
options = ["noatime"];
|
|
};
|
|
}
|