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