{
  fileSystems."/" = {
    fsType = "ext4";
    label = "main";
    options = [ "noatime" ];
  };
}