{
fileSystems."/media/media" = {
device = "10.0.10.30:/mnt/media";
fsType = "nfs";
options = [ "noatime" "_netdev" "ro" ];
};
}